1
0
Fork 0

simple 2d point class definition was removed from SimGear so use a TerraGear

local version.
This commit is contained in:
curt 2007-08-15 14:35:36 +00:00
parent 40e74181e2
commit d39de0b665
3 changed files with 4 additions and 0 deletions

View file

@ -33,6 +33,7 @@
#include <simgear/debug/logstream.hxx> #include <simgear/debug/logstream.hxx>
#include <HGT/hgt.hxx> #include <HGT/hgt.hxx>
#include <Polygon/point2d.hxx>
#ifdef _MSC_VER #ifdef _MSC_VER
# include <Win32/mkdir.hpp> # include <Win32/mkdir.hpp>

View file

@ -33,6 +33,7 @@
#include <simgear/debug/logstream.hxx> #include <simgear/debug/logstream.hxx>
#include <Array/array.hxx> #include <Array/array.hxx>
#include <Polygon/point2d.hxx>
#ifdef _MSC_VER #ifdef _MSC_VER
# include <Win32/mkdir.hpp> # include <Win32/mkdir.hpp>

View file

@ -29,6 +29,8 @@
#include <simgear/bucket/newbucket.hxx> #include <simgear/bucket/newbucket.hxx>
#include <dirent.h> #include <dirent.h>
#include <Polygon/point2d.hxx>
#include "merger.hxx" #include "merger.hxx"
SG_USING_STD(cout); SG_USING_STD(cout);