From: david Date: Wed, 20 Mar 2002 13:43:23 +0000 (+0000) Subject: Moved includes higher to make sure that std::sort is known. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bed7593cdd1f4dcbdf376b3f7831af3a0f9ff4a9;p=simgear.git Moved includes higher to make sure that std::sort is known. --- 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