]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGVec2.hxx
Merge branch 'maint' into next
[simgear.git] / simgear / math / SGVec2.hxx
index 6b49bc619afb644cdb272963d02a4288f4aa8eb3..0409ee44695488c72c08babe25d7876b435282b7 100644 (file)
 #ifndef SGVec2_H
 #define SGVec2_H
 
+#if defined ( __CYGWIN__ )
+#include <ieeefp.h>
+#endif
+
 #include <osg/Vec2f>
 #include <osg/Vec2d>