]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/RTIObjectInstance.cxx
Fix SimGear compile on Linux
[simgear.git] / simgear / hla / RTIObjectInstance.cxx
index 2baedaaecaa258a8d9589cabcad70ae902a11a13..da0de3ef291dfb55f3ff8b6e3355295d4d33adb6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 - 2010  Mathias Froehlich - Mathias.Froehlich@web.de
+// Copyright (C) 2009 - 2012  Mathias Froehlich - Mathias.Froehlich@web.de
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "RTIObjectInstance.hxx"
 #include "RTIObjectClass.hxx"
 #include "HLAObjectInstance.hxx"