Prechádzať zdrojové kódy

Minor fix to get library compiled.

Former-commit-id: b630bf3aa9ed328eb4be61c50acbbcd8b69420d1
Qingnan Zhou 8 rokov pred
rodič
commit
ba17eb0f53
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      include/igl/flip_edge.cpp

+ 2 - 0
include/igl/flip_edge.cpp

@@ -6,6 +6,8 @@
 // v. 2.0. If a copy of the MPL was not distributed with this file, You can 
 // obtain one at http://mozilla.org/MPL/2.0/.
 
+#include "flip_edge.h"
+
 template <
   typename DerivedF,
   typename DerivedE,