]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLATypes.hxx
Windows versionhelpers.h support.
[simgear.git] / simgear / hla / HLATypes.hxx
index b968b1cf0a0b88ba26e86235b919659ba31f2a56..dcbc6dd53f19ed23e91e7f3c6cc3dcff23b25014 100644 (file)
@@ -19,6 +19,7 @@
 #define HLATypes_hxx
 
 #include <list>
+#include <vector>
 
 namespace simgear {
 
@@ -42,6 +43,8 @@ enum HLAUpdateType {
 
 typedef std::list<unsigned> HLAIndexList;
 
+typedef std::vector<unsigned> HLADataElementIndex;
+
 } // namespace simgear
 
 #endif