From f2ba7aefa6d2f54563d599803332949359953d32 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 19 Jun 2001 14:24:16 +0000 Subject: [PATCH] Need to include to pick up the WIN32 definition. --- simgear/misc/sg_path.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simgear/misc/sg_path.cxx b/simgear/misc/sg_path.cxx index 72c2d745..cecbdd5d 100644 --- a/simgear/misc/sg_path.cxx +++ b/simgear/misc/sg_path.cxx @@ -23,6 +23,8 @@ // $Id$ +#include + #include "sg_path.hxx"