Add include for std::sort, it needs algorithm.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10329 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk
2011-12-04 02:13:30 +00:00
parent 3e82bd7eec
commit c85ec85136

View File

@@ -27,6 +27,8 @@ using namespace irr;
#include <IAnimatedMeshSceneNode.h>
#include <ISceneManager.h>
#include <algorithm>
LodNodeLoader::LodNodeLoader()
{
}