fixed compile error due to missing #include <algorithm>

This commit is contained in:
David White 2006-01-29 16:56:25 +00:00
parent 3251383e6c
commit 77b4ead83d

View file

@ -16,6 +16,7 @@
#include "config.hpp"
#include "terrain.hpp"
#include <algorithm>
#include <cstdlib>
#include <iostream>