From bdde13d1bccb07fccdf11fb7fa47945782cfcf37 Mon Sep 17 00:00:00 2001 From: Raoul Gough Date: Wed, 19 Nov 2003 19:41:03 +0000 Subject: [PATCH] Explicitly include config.hpp to ensure definintion of macros for workarounds [SVN r20863] --- include/boost/python/suite/indexing/algo_selector.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/python/suite/indexing/algo_selector.hpp b/include/boost/python/suite/indexing/algo_selector.hpp index 822bb02c..e12738e2 100755 --- a/include/boost/python/suite/indexing/algo_selector.hpp +++ b/include/boost/python/suite/indexing/algo_selector.hpp @@ -21,6 +21,7 @@ #ifndef BOOST_PYTHON_INDEXING_ALGO_SELECTOR_HPP #define BOOST_PYTHON_INDEXING_ALGO_SELECTOR_HPP +#include #include namespace boost { namespace python { namespace indexing {