mirror of https://github.com/AxioDL/metaforce.git
Add missing <sstream> include
This commit is contained in:
parent
590fdb7a29
commit
7a815e2962
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
#include <athena/Utility.hpp>
|
#include <athena/Utility.hpp>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
namespace hecl
|
namespace hecl
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue