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:
Steve Cotton 2022-07-08 13:07:28 +02:00 committed by Pentarctagon
parent 3cdf3b39be
commit 353ff1a013

View file

@ -28,6 +28,7 @@
#include "gui/widgets/window.hpp"
#include "serialization/string_utils.hpp"
#include <fstream>
#include <iomanip>
namespace gui2