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
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
#include "gui/widgets/window.hpp"
|
||||
#include "serialization/string_utils.hpp"
|
||||
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
|
||||
namespace gui2
|
||||
|
|
Loading…
Add table
Reference in a new issue