--- k3d-source-0.7.11.0/k3dsdk/expression_grammar.h~ 2009-03-19 21:28:53.000000000 +0100 +++ k3d-source-0.7.11.0/k3dsdk/expression_grammar.h 2015-01-16 20:54:29.333927083 +0100 @@ -20,7 +20,7 @@ // License along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -#include +#include #include #include #include @@ -34,7 +34,7 @@ namespace expression { -using namespace boost::spirit; +using namespace boost::spirit::classic; /// Defines a stack for holding intermediate values during parsing typedef std::stack stack_t; --- k3d-source-0.7.11.0/k3dsdk/measurement.cpp~ 2009-03-19 21:28:55.000000000 +0100 +++ k3d-source-0.7.11.0/k3dsdk/measurement.cpp 2015-01-16 21:01:37.485544489 +0100 @@ -34,7 +34,7 @@ namespace measurement { -using namespace boost::spirit; +using namespace boost::spirit::classic; bool parse(std::istream& Stream, double&Value, std::string& Units) {