]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLAArrayDataType.cxx
hla: Fixes for the data element index implementation.
[simgear.git] / simgear / hla / HLAArrayDataType.cxx
index 8f6435b602f821f7eecc6e9c56fbbcbaff16eb24..e5302a8bcaa36d29cfdbba1670e0b00918e114e5 100644 (file)
 // 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 "HLAArrayDataType.hxx"
 
 #include "HLAArrayDataElement.hxx"