From 71921ee52f7b74d5253e4101ac8a676d5d7ca27a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 12 Dec 2014 16:49:11 +0100 Subject: Missing includes --- common/storage.h | 1 + tests/hawd/module.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/common/storage.h b/common/storage.h index 64a632d..70c5b82 100644 --- a/common/storage.h +++ b/common/storage.h @@ -1,6 +1,7 @@ #pragma once #include +#include #include class Storage { diff --git a/tests/hawd/module.h b/tests/hawd/module.h index 856c09c..4242cfe 100644 --- a/tests/hawd/module.h +++ b/tests/hawd/module.h @@ -21,6 +21,8 @@ #include "state.h" +#include + #include #include -- cgit v1.2.3