浏览代码

missing include

Former-commit-id: a99bedb77ae74eec080a4e6fc1e95423db898759
Alec Jacobson 8 年之前
父节点
当前提交
149425f2df
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/igl/copyleft/cgal/point_mesh_squared_distance.cpp

+ 1 - 0
include/igl/copyleft/cgal/point_mesh_squared_distance.cpp

@@ -7,6 +7,7 @@
 // obtain one at http://mozilla.org/MPL/2.0/.
 #include "point_mesh_squared_distance.h"
 #include "mesh_to_cgal_triangle_list.h"
+#include "assign_scalar.h"
 
 template <
   typename Kernel,