]> git.mxchange.org Git - simgear.git/commitdiff
Compatibility fix
authorFrederic Bouvier <fredfgfs01@free.fr>
Sat, 18 Aug 2012 12:53:14 +0000 (14:53 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sat, 18 Aug 2012 12:53:48 +0000 (14:53 +0200)
simgear/structure/SGExpression.cxx
simgear/structure/SGExpression.hxx

index 6f292e46faa8ed596044ac30a77560104b4491b9..df0aa9d747d13b6a0e26d61a9a69f6459b17dd19 100644 (file)
@@ -27,7 +27,6 @@
 #include "Singleton.hxx"
 
 #include <algorithm>
-#include <functional>
 #include <map>
 #include <utility>
 #include <string>
index 420a9045ce001926310942e49e4ffbdaa21b2327..a6012a0d42f73c3f592880346ac029e3d807efe8 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <string>
 #include <vector>
+#include <functional>
 
 #include <simgear/props/condition.hxx>
 #include <simgear/props/props.hxx>