include string and sstream directly

This commit is contained in:
2024-06-13 14:11:55 -06:00
committed by Celtic Minstrel
parent 9e3a50597b
commit 09640e444a

View File

@@ -1,7 +1,8 @@
#ifndef REPLAY_GLOBAL_H
#define REPLAY_GLOBAL_H
#include "boe.global.hpp"
#include <string>
#include <sstream>
// Input recording system
namespace ticpp { class Element; }