瀏覽代碼

wrong include

Former-commit-id: e25f70f2faa8f74180c9b2869b35433d00db1ab0
Alec Jacobson 11 年之前
父節點
當前提交
e5bca62822
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/igl/project_to_line_segment.h

+ 1 - 1
include/igl/project_to_line_segment.h

@@ -43,7 +43,7 @@ namespace igl
 }
 
 #ifdef IGL_HEADER_ONLY
-#  include "project_to_line.cpp"
+#  include "project_to_line_segment.cpp"
 #endif
 
 #endif