mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 05:36:58 +00:00
log.hpp doesn't use operator<<. Why add a dependency on ostream?
This commit is contained in:
parent
8a0cc563ce
commit
4044624467
@ -15,7 +15,6 @@
|
||||
#define LOG_HPP_INCLUDED
|
||||
|
||||
#include <iosfwd>
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
|
||||
namespace lg {
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include "scoped_resource.hpp"
|
||||
#include "serialization/string_utils.hpp"
|
||||
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user