浏览代码

ifdef got messed up

Former-commit-id: af1ffeef3f5dd6b1913172d87f9d822718a697c1
Alec Jacobson 9 年之前
父节点
当前提交
7ce5cddba2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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