You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718
  1. // #ifndef ASSIMP_BUILD_SINGLETHREADED
  2. // # include <boost/thread.hpp>
  3. // #endif
  4. // We need to be sure to have the same STL settings as Assimp
  5. #include <AssimpPCH.h>
  6. #include <assimp/cimport.h>
  7. // CPPUNIT
  8. #include <cppunit/TestFixture.h>
  9. #include <cppunit/extensions/HelperMacros.h>
  10. #include <math.h>
  11. #undef min
  12. #undef max