]> git.mxchange.org Git - simgear.git/commitdiff
Win32 fix
authorfredb <fredb>
Sun, 1 Mar 2009 15:50:45 +0000 (15:50 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 5 Mar 2009 09:32:06 +0000 (10:32 +0100)
simgear/scene/model/ModelRegistry.cxx

index 7c2afff648f3e10ab7aabf85770f3d22a02cf367..297898169dd34c55dec644d394cd3d926ae115b7 100644 (file)
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include "ModelRegistry.hxx"
 
 #include <algorithm>