From: Frederic Bouvier Date: Sat, 18 Aug 2012 12:53:14 +0000 (+0200) Subject: Compatibility fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9ca112c362aaea1e46f91c0aa5fbd6d19c39da1a;p=simgear.git Compatibility fix --- diff --git a/simgear/structure/SGExpression.cxx b/simgear/structure/SGExpression.cxx index 6f292e46..df0aa9d7 100644 --- a/simgear/structure/SGExpression.cxx +++ b/simgear/structure/SGExpression.cxx @@ -27,7 +27,6 @@ #include "Singleton.hxx" #include -#include #include #include #include diff --git a/simgear/structure/SGExpression.hxx b/simgear/structure/SGExpression.hxx index 420a9045..a6012a0d 100644 --- a/simgear/structure/SGExpression.hxx +++ b/simgear/structure/SGExpression.hxx @@ -24,6 +24,7 @@ #include #include +#include #include #include