mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-01 06:39:41 +00:00
components/compiler/streamerrorhandler.cpp needs sstream for MacOS
This commit is contained in:
parent
e51ca542d4
commit
5aa053c53e
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#include "streamerrorhandler.hpp"
|
#include "streamerrorhandler.hpp"
|
||||||
|
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
#include <components/debug/debuglog.hpp>
|
#include <components/debug/debuglog.hpp>
|
||||||
|
|
||||||
#include "tokenloc.hpp"
|
#include "tokenloc.hpp"
|
||||||
|
|
Loading…
Reference in a new issue