Add missing <sstream> include

This commit is contained in:
Jack Andersen 2018-01-13 20:40:42 -10:00
parent 590fdb7a29
commit 7a815e2962
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <athena/Utility.hpp> #include <athena/Utility.hpp>
#include <algorithm> #include <algorithm>
#include <sstream>
namespace hecl namespace hecl
{ {