diff --git a/src/time_of_day.cpp b/src/time_of_day.cpp index c53b273be52..f16dff4891d 100644 --- a/src/time_of_day.cpp +++ b/src/time_of_day.cpp @@ -18,6 +18,8 @@ #include "time_of_day.hpp" #include "gettext.hpp" +#include + std::ostream &operator<<(std::ostream &s, const tod_color& c){ s << c.r << "," << c.g << "," << c.b; return s;