diff options
Diffstat (limited to 'base/boost/translate_exception.patch')
-rw-r--r-- | base/boost/translate_exception.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/base/boost/translate_exception.patch b/base/boost/translate_exception.patch new file mode 100644 index 000000000..68669c137 --- /dev/null +++ b/base/boost/translate_exception.patch @@ -0,0 +1,10 @@ +--- a/boost/python/detail/translate_exception.hpp 2009-07-25 15:04:50.000000000 -0700 ++++ b/boost/python/detail/translate_exception.hpp 2009-07-25 15:04:50.000000000 -0700 +@@ -9,6 +9,7 @@ + + # include <boost/call_traits.hpp> + # include <boost/type_traits/add_const.hpp> ++# include <boost/type_traits/add_reference.hpp> + + # include <boost/function/function0.hpp> + |