Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-15 10:07:09

0001 // Copyright David Abrahams 2003.
0002 // Distributed under the Boost Software License, Version 1.0. (See
0003 // accompanying file LICENSE_1_0.txt or copy at
0004 // http://www.boost.org/LICENSE_1_0.txt)
0005 #ifndef PREFIX_DWA2003531_HPP
0006 # define PREFIX_DWA2003531_HPP
0007 
0008 // The rule is that <Python.h> must be included before any system
0009 // headers (so it can get control over some awful macros).
0010 // Unfortunately, Boost.Python needs to #include <limits.h> first, at
0011 // least... but this gets us as close as possible.
0012 
0013 # include <boost/python/detail/wrap_python.hpp>
0014 # include <boost/python/detail/config.hpp>
0015 
0016 #endif // PREFIX_DWA2003531_HPP