summaryrefslogtreecommitdiff
path: root/src/lib/eolian_cxx/grammar/sequence.hpp
diff options
context:
space:
mode:
authorLauro Moura <lauromoura@expertisesolutions.com.br>2019-11-19 19:19:49 -0300
committerLauro Moura <lauromoura@expertisesolutions.com.br>2019-11-19 19:19:49 -0300
commit42238b91630816933e76a72a734f7f201ce3942e (patch)
tree019da91c087b9aba0f613d1dc5b1e762b1f7c63a /src/lib/eolian_cxx/grammar/sequence.hpp
parentc30176e7ffac0ab70b8ef92cb0fce62b75499181 (diff)
downloadefl-devs/lauromoura/eolian-cpp-header-fixes.tar.gz
WIP - Allowing common operators to be used off treedevs/lauromoura/eolian-cpp-header-fixes
Diffstat (limited to 'src/lib/eolian_cxx/grammar/sequence.hpp')
-rw-r--r--src/lib/eolian_cxx/grammar/sequence.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/eolian_cxx/grammar/sequence.hpp b/src/lib/eolian_cxx/grammar/sequence.hpp
index d85cb563fd..208c0bd0cc 100644
--- a/src/lib/eolian_cxx/grammar/sequence.hpp
+++ b/src/lib/eolian_cxx/grammar/sequence.hpp
@@ -16,7 +16,8 @@
#ifndef EOLIAN_CXX_SEQUENCE_HH
#define EOLIAN_CXX_SEQUENCE_HH
-#include "grammar/generator.hpp"
+#include "generator.hpp"
+#include "attributes.hpp"
namespace efl { namespace eolian { namespace grammar {