Add missing #include, fix Linux build. Fixes issue #75.

This commit is contained in:
Matt Pharr
2011-07-27 10:51:13 +01:00
parent 8aea4a836d
commit 80ca02af58

View File

@@ -39,6 +39,7 @@
#endif #endif
#include <algorithm> #include <algorithm>
#include <stdint.h>
// Just enough of a float3 class to do what we need in this file. // Just enough of a float3 class to do what we need in this file.
#ifdef _MSC_VER #ifdef _MSC_VER