From: fredb Date: Sat, 22 Mar 2008 12:18:53 +0000 (+0000) Subject: Win32 fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=34e435429cc44aceafe03be94445b9caf26233b8;p=flightgear.git Win32 fix --- diff --git a/src/AIModel/AIModelData.cxx b/src/AIModel/AIModelData.cxx index fe4762e83..2073a3c55 100644 --- a/src/AIModel/AIModelData.cxx +++ b/src/AIModel/AIModelData.cxx @@ -1,3 +1,8 @@ + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "AIBase.hxx" #include "AIModelData.hxx"