2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

Fix missing #include

[SVN r35524]
This commit is contained in:
Dave Abrahams
2006-10-08 05:17:20 +00:00
parent 5ab00bc9c8
commit 7a59131d37

View File

@@ -18,6 +18,7 @@
# include <boost/python/other.hpp>
# include <boost/lexical_cast.hpp>
# include <boost/python/refcount.hpp>
# include <boost/python/detail/unwrap_wrapper.hpp>
# include <string>
# include <complex>