prefix.hpp 623 B

12345678910111213141516
  1. // Copyright David Abrahams 2003.
  2. // Distributed under the Boost Software License, Version 1.0. (See
  3. // accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef PREFIX_DWA2003531_HPP
  6. # define PREFIX_DWA2003531_HPP
  7. // The rule is that <Python.h> must be included before any system
  8. // headers (so it can get control over some awful macros).
  9. // Unfortunately, Boost.Python needs to #include <limits.h> first, at
  10. // least... but this gets us as close as possible.
  11. # include <boost/python/detail/wrap_python.hpp>
  12. # include <boost/python/detail/config.hpp>
  13. #endif // PREFIX_DWA2003531_HPP