Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …).
Please be quick to suspect this commit if the build should break on Windows/MSVC. (Again, sorry for the large commit, but I didnt want to flood the commit log with my git-style tiny commits.) git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@577 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -55,16 +55,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
// We need boost::common_factor to compute the lcm/gcd of a number
|
||||
#ifdef ASSIMP_BUILD_BOOST_WORKAROUND
|
||||
# include "../include/BoostWorkaround/boost/common_factor_rt.hpp"
|
||||
#else
|
||||
# include <boost/math/common_factor_rt.hpp>
|
||||
#endif
|
||||
#include <boost/math/common_factor_rt.hpp>
|
||||
|
||||
using namespace Assimp;
|
||||
using namespace irr;
|
||||
using namespace irr::io;
|
||||
using namespace boost::math;
|
||||
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user