mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 00:13:52 +00:00
Fix compile error
This commit is contained in:
parent
0ec01c595b
commit
3c96dbc145
@ -18,6 +18,8 @@
|
||||
#include "time_of_day.hpp"
|
||||
#include "gettext.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
std::ostream &operator<<(std::ostream &s, const tod_color& c){
|
||||
s << c.r << "," << c.g << "," << c.b;
|
||||
return s;
|
||||
|
Loading…
x
Reference in New Issue
Block a user