* making sure BGE compiles after brecht's big commit (r15867). Needed <algorithm> to compile with msvc.

This commit is contained in:
Nathan Letwory 2008-07-29 21:56:50 +00:00
parent 7f3c27995e
commit e04c48df86

@ -35,6 +35,8 @@
#include "MT_MinMax.h"
#include "MT_Point3.h"
#include <algorithm>
STR_String RAS_MeshObject::s_emptyname = "";