Browse Source

wrong include

Former-commit-id: e25f70f2faa8f74180c9b2869b35433d00db1ab0
Alec Jacobson 11 years ago
parent
commit
e5bca62822
1 changed files with 1 additions and 1 deletions
  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