Browse Source

static lib compilation fixes

Former-commit-id: bb531ae4bd5eb1fcc5ca1a253d0a3e5fcd42746c
Daniele Panozzo 9 years ago
parent
commit
ab9e989f31
2 changed files with 4 additions and 0 deletions
  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