From 9ca112c362aaea1e46f91c0aa5fbd6d19c39da1a Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Sat, 18 Aug 2012 14:53:14 +0200 Subject: [PATCH] Compatibility fix --- simgear/structure/SGExpression.cxx | 1 - simgear/structure/SGExpression.hxx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2