From 09ec40e38dcbb1553ed62a3ad2a3f8b47f5c5247 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Mon, 13 Apr 2020 18:02:50 +0200 Subject: [PATCH] fix(memory): add missing unordered_map include --- include/modules/memory.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/modules/memory.hpp b/include/modules/memory.hpp index 5b0f51bb..59f0e787 100644 --- a/include/modules/memory.hpp +++ b/include/modules/memory.hpp @@ -2,6 +2,7 @@ #include #include +#include #include "ALabel.hpp" #include "util/sleeper_thread.hpp"