assimp/test/unit/UnitTestPCH.h

17 lines
259 B
C
Raw Normal View History

// #ifndef ASSIMP_BUILD_SINGLETHREADED
// # include <boost/thread.hpp>
// #endif
// We need to be sure to have the same STL settings as Assimp
2015-04-15 23:00:17 +00:00
#include <assimp/cimport.h>
#include <gtest/gtest.h>
#include <math.h>
#undef min
#undef max