Windows build fixes
std::for_each needs <algorithm>
This commit is contained in:
parent
56089b9dd9
commit
d6a0dadf45
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include "fg_fx.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
#include <Main/fg_props.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
#include <Sound/soundmanager.hxx>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
|
||||
#include <simgear/structure/exception.hxx>
|
||||
#include <simgear/misc/sg_path.hxx>
|
||||
|
|
Loading…
Add table
Reference in a new issue