simple 2d point class definition was removed from SimGear so use a TerraGear
local version.
This commit is contained in:
parent
40e74181e2
commit
d39de0b665
3 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
#include <simgear/debug/logstream.hxx>
|
||||
|
||||
#include <HGT/hgt.hxx>
|
||||
#include <Polygon/point2d.hxx>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# include <Win32/mkdir.hpp>
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <simgear/debug/logstream.hxx>
|
||||
|
||||
#include <Array/array.hxx>
|
||||
#include <Polygon/point2d.hxx>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# include <Win32/mkdir.hpp>
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#include <simgear/bucket/newbucket.hxx>
|
||||
#include <dirent.h>
|
||||
|
||||
#include <Polygon/point2d.hxx>
|
||||
|
||||
#include "merger.hxx"
|
||||
|
||||
SG_USING_STD(cout);
|
||||
|
|
Loading…
Add table
Reference in a new issue