1
0
Fork 0

Use a local definition of the point2d class since this was removed from SimGear.

This commit is contained in:
curt 2007-08-15 14:36:52 +00:00
parent d39de0b665
commit 0cae653c46

View file

@ -34,10 +34,10 @@
#include <simgear/compiler.h> #include <simgear/compiler.h>
#include <simgear/math/sg_types.hxx>
#include <Geometry/trinodes.hxx> #include <Geometry/trinodes.hxx>
#include <Polygon/polygon.hxx> #include <Polygon/polygon.hxx>
#include <Polygon/point2d.hxx>
#include STL_STRING #include STL_STRING
#include <vector> #include <vector>