1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-03-13 23:18:16 +00:00

Include <sstream> for the benefit of "hprint.cpp".

This commit is contained in:
Arthur O'Dwyer 2020-03-23 14:45:59 -04:00
parent af69faa646
commit 2461b29ea2

View File

@ -421,6 +421,7 @@ extern "C" {
#include <string>
#include <map>
#include <queue>
#include <sstream>
#include <stdexcept>
#include <array>
#include <set>