소스 검색

missing include in writePLY

Former-commit-id: 5a65418ef262fb1672681db9509733d5c7c183ae
Alec Jacobson 10 년 전
부모
커밋
ee523c6afc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/igl/writePLY.cpp

+ 1 - 0
include/igl/writePLY.cpp

@@ -7,6 +7,7 @@
 // obtain one at http://mozilla.org/MPL/2.0/.
 #include "writePLY.h"
 #include <igl/ply.h>
+#include <vector>
 
 template <
   typename DerivedV,