]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGMath.hxx
canvas::Text: get maximum width (if displayed on a single line).
[simgear.git] / simgear / math / SGMath.hxx
index 73ec59a02a744d9a693e02363c4ec20e6240e285..b311136befddd536c963f196400087834ce635fa 100644 (file)
 
 #include <iosfwd>
 
+#include "SGMathFwd.hxx"
+
+#include "SGCMath.hxx"
 #include "SGLimits.hxx"
 #include "SGMisc.hxx"
 #include "SGGeodesy.hxx"
+#include "SGVec2.hxx"
 #include "SGVec3.hxx"
 #include "SGVec4.hxx"
 #include "SGGeoc.hxx"
 #include "SGGeod.hxx"
 #include "SGQuat.hxx"
+#include "SGLocation.hxx"
 #include "SGMatrix.hxx"
 
 #endif