diff --git a/src/logging.h b/src/logging.h index ea437b0942df836954adcfe68fe2b54017c3e04f..03d21c002bb74fadb1b684c63f5ca45372f4589f 100644 --- a/src/logging.h +++ b/src/logging.h @@ -9,6 +9,8 @@ #define WOLF_LOGGING_H_ // third_party include +#include <map> + // spdlog include #include "spdlog/spdlog.h" // enable the use of ostream operator<<