mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 13:25:50 +00:00
Re-add an <fstream> include for GCC 11
3874fe5f0 compiled okay on the CI, but it seems it was relying on an implicit include somewhere. GCC 11.3.0 requires this.
This commit is contained in:
parent
3cdf3b39be
commit
353ff1a013
@ -28,6 +28,7 @@
|
|||||||
#include "gui/widgets/window.hpp"
|
#include "gui/widgets/window.hpp"
|
||||||
#include "serialization/string_utils.hpp"
|
#include "serialization/string_utils.hpp"
|
||||||
|
|
||||||
|
#include <fstream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
|
||||||
namespace gui2
|
namespace gui2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user