fix build (missing glut include path, #include <algorithm> for std::max in hacdICHull.cpp)

This commit is contained in:
Erwin Coumans
2014-05-13 12:59:32 -07:00
parent dc491936a2
commit 9ab755fc07
6 changed files with 17 additions and 6 deletions

View File

@@ -14,6 +14,8 @@
*/
#include "hacdICHull.h"
#include <limits>
#include <algorithm>
namespace HACD
{
const long ICHull::sc_dummyIndex = std::numeric_limits<long>::max();