1
0
Fork 0

Windows build fixes

std::for_each needs <algorithm>
This commit is contained in:
James Turner 2020-08-11 19:20:32 +01:00
parent 56089b9dd9
commit d6a0dadf45
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@
#include "fg_fx.hxx"
#include <algorithm>
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include <Sound/soundmanager.hxx>

View file

@ -26,6 +26,7 @@
#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <simgear/structure/exception.hxx>
#include <simgear/misc/sg_path.hxx>