]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/props.cxx
Moved up #include <algorithm>
[simgear.git] / simgear / misc / props.cxx
index 2c2866a89f3d16a720ff05f74eb7615beb86e845..8fbbbd585f7952ec14bcca81b45057203516b854 100644 (file)
@@ -17,6 +17,7 @@ using std::sort;
 
 #else
 
+#include <algorithm>
 #include <simgear/compiler.h>
 #include <simgear/debug/logstream.hxx>
 
@@ -24,7 +25,6 @@ SG_USING_STD(sort);
 
 #endif
 
-#include <algorithm>
 #include <stdio.h>
 #include <string.h>