From: david Date: Tue, 19 Mar 2002 18:17:36 +0000 (+0000) Subject: Include and to fix compilation errors on some X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9fed9465674cf2f39750fb45a7cf2a446ad01fb1;p=simgear.git Include and to fix compilation errors on some platforms (I should have done this anyway). --- diff --git a/simgear/misc/props.cxx b/simgear/misc/props.cxx index d9a861e4..8ff66ca0 100644 --- a/simgear/misc/props.cxx +++ b/simgear/misc/props.cxx @@ -19,10 +19,13 @@ using std::sort; #include #include + SG_USING_STD(sort); #endif +#include +#include #include