2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

Explicitly include config.hpp to ensure definintion of macros for workarounds

[SVN r20863]
This commit is contained in:
Raoul Gough
2003-11-19 19:41:03 +00:00
parent 887faad373
commit bdde13d1bc

View File

@@ -21,6 +21,7 @@
#ifndef BOOST_PYTHON_INDEXING_ALGO_SELECTOR_HPP
#define BOOST_PYTHON_INDEXING_ALGO_SELECTOR_HPP
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
namespace boost { namespace python { namespace indexing {