mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 09:16:26 +00:00
include sstream from log.hpp, as it is needed to use lg::wml_error
This commit is contained in:
parent
e1dc72803f
commit
f2d8fc6b39
@ -29,6 +29,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <iostream> // needed else all files including log.hpp need to do it.
|
#include <iostream> // needed else all files including log.hpp need to do it.
|
||||||
|
#include <sstream> // as above. iostream (actually, iosfwd) declares stringstream as an incomplete type, but does not define it
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user