瀏覽代碼

# fix compile error with gcc due to <limits.h> not being included

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@953 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 14 年之前
父節點
當前提交
94f8e5fdb0
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 0
      code/AssimpPCH.h
  2. 0 2
      code/DeboneProcess.cpp

+ 1 - 0
code/AssimpPCH.h

@@ -116,6 +116,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <numeric>
 #include <new>
 #include <cstdio>
+#include <limits.h>
 
 // Boost headers
 #include <boost/pointer_cast.hpp>

+ 0 - 2
code/DeboneProcess.cpp

@@ -47,8 +47,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include "ProcessHelper.h"
 #include "DeboneProcess.h"
 
-#include <limits>
-
 
 using namespace Assimp;