Use a local definition of the point2d class since this was removed from SimGear.
This commit is contained in:
parent
d39de0b665
commit
0cae653c46
1 changed files with 1 additions and 1 deletions
|
@ -34,10 +34,10 @@
|
|||
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
#include <simgear/math/sg_types.hxx>
|
||||
|
||||
#include <Geometry/trinodes.hxx>
|
||||
#include <Polygon/polygon.hxx>
|
||||
#include <Polygon/point2d.hxx>
|
||||
|
||||
#include STL_STRING
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in a new issue