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

Add missing prototype

[SVN r14381]
This commit is contained in:
Dave Abrahams
2002-07-09 18:58:45 +00:00
parent 5a0d84f185
commit 54a551e488

View File

@@ -5,6 +5,7 @@
// to its suitability for any purpose.
#include <boost/python/converter/registry.hpp>
#include <boost/python/object/class.hpp>
#include <boost/python/object/find_instance.hpp>
#include <boost/python/objects2.hpp>
#include <boost/python/detail/map_entry.hpp>
#include <boost/detail/binary_search.hpp>