Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

UnitTestPCH.h 328 B

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