]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_binobj.hxx
Merge branch 'timoore/mat-effect'
[simgear.git] / simgear / io / sg_binobj.hxx
index d5c108fc15f805e978bf59ec298aa1a76299868e..be77d5864252149e7bfd52a11e21831c89e4020c 100644 (file)
 #include <simgear/compiler.h>
 #include <simgear/constants.h>
 #include <simgear/math/sg_types.hxx>
+#include <simgear/math/point3d.hxx>
 #include <simgear/bucket/newbucket.hxx>
 
 #include <stdio.h>
 #include <time.h>
 
 #include <list>
-#include STL_STRING
+#include <string>