Skip to content
Snippets Groups Projects
Commit afe63008 authored by Patrik Huber's avatar Patrik Huber
Browse files

Added missing glm includes for compute_face_normal

parent 30a65230
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@
#include "eos/render/Mesh.hpp"
#include "glm/vec3.hpp"
#include "glm/geometric.hpp"
#include "opencv2/core/core.hpp"
#include "opencv2/imgproc/imgproc.hpp"
......
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