Browse Source

ifdef got messed up

Former-commit-id: af1ffeef3f5dd6b1913172d87f9d822718a697c1
Alec Jacobson 9 years ago
parent
commit
7ce5cddba2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/xml/writeDAE.h

+ 1 - 1
include/igl/xml/writeDAE.h

@@ -7,7 +7,6 @@
 // obtain one at http://mozilla.org/MPL/2.0/.
 #ifndef IGL_XML_WRITEDAE_H
 #define IGL_XML_WRITEDAE_H
-#ifndef IGL_STATIC_LIBRARY
 #include "../igl_inline.h"
 #include <string>
 #include <Eigen/Core>
@@ -33,6 +32,7 @@ namespace igl
   }
 }
 
+#ifndef IGL_STATIC_LIBRARY
 #include "writeDAE.cpp"
 #endif
 #endif