fixed silly compiler issues under linux and gcc
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
#include <eigen3/Eigen/Eigen>
|
||||
|
||||
#include "..\Indoor\geo\Point2.h"
|
||||
#include "..\Indoor\geo\Point3.h"
|
||||
#include <Indoor/geo/Point2.h>
|
||||
#include <Indoor/geo/Point3.h>
|
||||
|
||||
namespace Trilateration
|
||||
{
|
||||
@@ -92,4 +92,4 @@ namespace Trilateration
|
||||
|
||||
return Point3(location.x(), location.y(), location.z());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user