From bed7593cdd1f4dcbdf376b3f7831af3a0f9ff4a9 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 20 Mar 2002 13:43:23 +0000 Subject: [PATCH] Moved includes higher to make sure that std::sort is known. --- simgear/misc/props.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/simgear/misc/props.cxx b/simgear/misc/props.cxx index 8ff66ca0..21a2aac4 100644 --- a/simgear/misc/props.cxx +++ b/simgear/misc/props.cxx @@ -8,6 +8,10 @@ #include "props.hxx" +#include +#include +#include + #if PROPS_STANDALONE #include @@ -24,9 +28,6 @@ SG_USING_STD(sort); #endif -#include -#include -#include -- 2.39.5