From f93bb53648da893cb0ad5a7f91c168106cca4ce0 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 15 Feb 2015 00:16:03 +0100 Subject: Added missing header inclusion --- src/core/parser/stack/State.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core') diff --git a/src/core/parser/stack/State.hpp b/src/core/parser/stack/State.hpp index ea326ec..4766235 100644 --- a/src/core/parser/stack/State.hpp +++ b/src/core/parser/stack/State.hpp @@ -33,6 +33,7 @@ #include #include +#include namespace ousia { namespace parser_stack { -- cgit v1.2.3