fixed silly compiler issues under linux and gcc

This commit is contained in:
toni
2019-09-18 10:47:48 +02:00
parent 22c2bc95c9
commit 51117d7559
5 changed files with 15 additions and 15 deletions

View File

@@ -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());
}
}
}