2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-31 08:22:18 +00:00

added missing #include <exception>

[SVN r8255]
This commit is contained in:
Dave Abrahams
2000-11-19 16:34:37 +00:00
parent 2bb9bbbaa9
commit 3221939c1f

1
py.cpp
View File

@@ -8,6 +8,7 @@
#include "py.h"
#include <typeinfo>
#include <exception>
#ifndef BOOST_NO_LIMITS
# include <boost/cast.hpp>
#endif