浏览代码

Update cut_to_disk.cpp

move headers to cpp

Former-commit-id: bfa6e9a716c678b5b598c565b46752b46a1c8ab1
Alec Jacobson 7 年之前
父节点
当前提交
792c814200
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      include/igl/cut_to_disk.cpp

+ 5 - 0
include/igl/cut_to_disk.cpp

@@ -1,5 +1,10 @@
 #include <igl/cut_to_disk.h>
 
+#include <map>
+#include <set>
+#include <deque>
+#include <algorithm>
+
 namespace igl {
   template <typename DerivedF, typename Index>
   void cut_to_disk(