mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 08:23:53 +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