From 9fed9465674cf2f39750fb45a7cf2a446ad01fb1 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 19 Mar 2002 18:17:36 +0000 Subject: [PATCH] Include and to fix compilation errors on some platforms (I should have done this anyway). --- simgear/misc/props.cxx | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5