Skip to content

Commit

Permalink
Added igl any include to box.hpp so that Eigen is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBEllis committed Aug 29, 2024
1 parent 04fcf4c commit 571335a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VacuumMeshing/include/Utils/box.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once

#include "SurfaceMeshing/SurfaceGenerator.hpp"
// Need include for eigen defs
#include "igl/any.h"
// Box struct that is inserted into the rTree. Each node gets it's own Box
// struct which is then
// inserted.
Expand Down

0 comments on commit 571335a

Please sign in to comment.