Explorar o código

static lib compilation fixes

Former-commit-id: bb531ae4bd5eb1fcc5ca1a253d0a3e5fcd42746c
Daniele Panozzo %!s(int64=9) %!d(string=hai) anos
pai
achega
ab9e989f31
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 2 0
      .gitignore
  2. 2 0
      include/igl/viewer/Viewer.h

+ 2 - 0
.gitignore

@@ -87,3 +87,5 @@ iglhelpers.pyc
 python/build2
 tests/build
 tests/bin
+python/build3
+*.pyc

+ 2 - 0
include/igl/viewer/Viewer.h

@@ -34,6 +34,8 @@
 
 namespace nanogui { class FormScreen; }
 
+class GLFWwindow;
+
 namespace igl
 {
 namespace viewer