* making sure BGE compiles after brecht's big commit (r15867). Needed <algorithm> to compile with msvc.
This commit is contained in:
parent
7f3c27995e
commit
e04c48df86
@ -35,6 +35,8 @@
|
||||
#include "MT_MinMax.h"
|
||||
#include "MT_Point3.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
STR_String RAS_MeshObject::s_emptyname = "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user