From 17a7655c7415e3fa1754ed468dfc7c250a625d29 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 14 Jan 2015 16:02:23 +0100 Subject: [PATCH] Fix Missing Include: Bind Placeholders boost/python/exception_translator.hpp(22): error: identifier "_1" is undefined boost/python/exception_translator.hpp(22): error: identifier "_2" is undefined --- include/boost/python/exception_translator.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/python/exception_translator.hpp b/include/boost/python/exception_translator.hpp index eb72da62..75ed0e1e 100644 --- a/include/boost/python/exception_translator.hpp +++ b/include/boost/python/exception_translator.hpp @@ -8,6 +8,7 @@ # include # include +# include # include # include # include