fixed compile error due to missing #include <algorithm>
This commit is contained in:
parent
3251383e6c
commit
77b4ead83d
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
#include "config.hpp"
|
||||
#include "terrain.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue