浏览代码

FIX: header for igl::pi.

Former-commit-id: b8db7797275a426cd3bf92890c399f6cc9c52c95
ZM-LT 6 年之前
父节点
当前提交
ef771da486
共有 2 个文件被更改,包括 2 次插入0 次删除
  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"