From 3755c8d1a1968ac72a959e4186b6c25bff96bc28 Mon Sep 17 00:00:00 2001
From: asantamaria <asantamaria@iri.upc.edu>
Date: Wed, 7 Feb 2018 07:44:06 +0100
Subject: [PATCH] fixes issue #149

---
 src/logging.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/logging.h b/src/logging.h
index ea437b094..03d21c002 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<<
-- 
GitLab