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
#include <algorithm>
#include <stdint.h>
// Just enough of a float3 class to do what we need in this file.
#ifdef _MSC_VER