Files
assimp/test/unit/UnitTestPCH.h
2015-06-28 16:08:06 -06:00

17 lines
246 B
C

// #ifndef ASSIMP_BUILD_SINGLETHREADED
// # include <boost/thread.hpp>
// #endif
// We need to be sure to have the same STL settings as Assimp
#include <assimp/cimport.h>
#include <gtest/gtest.h>
#include <math.h>
#undef min
#undef max