From: curt Date: Tue, 19 Jun 2001 14:24:16 +0000 (+0000) Subject: Need to include to pick up the WIN32 definition. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f2ba7aefa6d2f54563d599803332949359953d32;p=simgear.git Need to include to pick up the WIN32 definition. --- 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"