Fix compile error
This commit is contained in:
parent
0ec01c595b
commit
3c96dbc145
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue