Skip to content
Snippets Groups Projects
Commit 99c7e821 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[GL] Specify full path in includes.

parent d2ea60b3
No related branches found
No related tags found
No related merge requests found
...@@ -15,13 +15,12 @@ ...@@ -15,13 +15,12 @@
#ifndef ANALYTICAL_GEOMETRY_H_ #ifndef ANALYTICAL_GEOMETRY_H_
#define ANALYTICAL_GEOMETRY_H_ #define ANALYTICAL_GEOMETRY_H_
// GeoLib #include "MathLib/LinAlg/Dense/DenseMatrix.h"
#include "MathLib/Vector3.h"
#include "Triangle.h" #include "Triangle.h"
#include "PointVec.h" #include "PointVec.h"
// MathLib
#include "LinAlg/Dense/DenseMatrix.h"
#include "Vector3.h"
namespace GeoLib namespace GeoLib
{ {
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <vector> #include <vector>
#include "Vector3.h" #include "MathLib/Vector3.h"
#include "Point.h" #include "Point.h"
namespace GeoLib namespace GeoLib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment