Fix compile error

This commit is contained in:
Celtic Minstrel 2016-07-12 09:11:48 -04:00
parent 0ec01c595b
commit 3c96dbc145

View file

@ -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;