From 101fdb359871a14726a83cdb5a8bb2c0f6ee5af1 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 22 Mar 2002 12:38:34 +0000 Subject: [PATCH] Moved up #include --- simgear/misc/props.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/misc/props.cxx b/simgear/misc/props.cxx index 2c2866a8..8fbbbd58 100644 --- a/simgear/misc/props.cxx +++ b/simgear/misc/props.cxx @@ -17,6 +17,7 @@ using std::sort; #else +#include #include #include @@ -24,7 +25,6 @@ SG_USING_STD(sort); #endif -#include #include #include -- 2.39.2