mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 21:11:17 +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
|
||||
|
||||
#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 <utility>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user