2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 04:42:28 +00:00

Fix a build error on Tru64. Thanks to Ralf W. Grosse-Kunstleve for this

fix.


[SVN r22250]
This commit is contained in:
Jonathan Brandmeyer
2004-02-12 23:09:10 +00:00
parent 8452e275d0
commit 799eeb0cb8

View File

@@ -7,6 +7,7 @@
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/python/object.hpp>
#include <boost/python/extract.hpp>
#include <boost/python/converter/pytype_object_mgr_traits.hpp>
#include <iterator>