Browse Source

FIX: header for igl::pi.

Former-commit-id: b8db7797275a426cd3bf92890c399f6cc9c52c95
ZM-LT 6 years ago
parent
commit
ef771da486
2 changed files with 2 additions and 0 deletions
  1. 1 0
      include/igl/comb_frame_field.cpp
  2. 1 0
      include/igl/grad.cpp

+ 1 - 0
include/igl/comb_frame_field.cpp

@@ -13,6 +13,7 @@
 
 #include "comb_frame_field.h"
 #include "local_basis.h"
+#include "PI.h"
 
 template <typename DerivedV, typename DerivedF, typename DerivedP>
 IGL_INLINE void igl::comb_frame_field(const Eigen::PlainObjectBase<DerivedV> &V,

+ 1 - 0
include/igl/grad.cpp

@@ -9,6 +9,7 @@
 #include <Eigen/Geometry>
 #include <vector>
 
+#include "PI.h"
 #include "per_face_normals.h"
 #include "volume.h"
 #include "doublearea.h"