Browse Source

use system header

Former-commit-id: 27c55c1b9c04798c85a32079107135ad84cb4930
Alec Jacobson 11 years ago
parent
commit
455abc5c2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/matlab/matlabinterface.h

+ 1 - 1
include/igl/matlab/matlabinterface.h

@@ -29,7 +29,7 @@
 #include <string>
 #include <vector>
 
-#include "engine.h"  // Matlab engine header
+#include <engine.h>  // Matlab engine header
 
 namespace igl 
 {