]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLABasicDataElement.cxx
hla: include config.h and compiler.h in implementation files.
[simgear.git] / simgear / hla / HLABasicDataElement.cxx
index c4b985b91161ee03cda4c51664c82b8d20dee83b..ae3f8af3b20fdf4e6f729a506972de840bcea452 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 "HLABasicDataElement.hxx"
 
 #include "HLADataElementVisitor.hxx"