diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake
index e8c6be8b2..c8d100823 100644
--- a/CMakeLists_files.cmake
+++ b/CMakeLists_files.cmake
@@ -74,6 +74,8 @@ if(ENABLE_ECL_INPUT)
src/opm/parser/eclipse/EclipseState/IOConfig/IOConfig.cpp
src/opm/parser/eclipse/EclipseState/IOConfig/RestartConfig.cpp
src/opm/parser/eclipse/EclipseState/Runspec.cpp
+ src/opm/parser/eclipse/EclipseState/Schedule/ActionContext.cpp
+ src/opm/parser/eclipse/EclipseState/Schedule/Actions.cpp
src/opm/parser/eclipse/EclipseState/Schedule/ActionX.cpp
src/opm/parser/eclipse/EclipseState/Schedule/Connection.cpp
src/opm/parser/eclipse/EclipseState/Schedule/WellConnections.cpp
@@ -438,6 +440,8 @@ if(ENABLE_ECL_INPUT)
opm/parser/eclipse/EclipseState/Aquancon.hpp
opm/parser/eclipse/EclipseState/AquiferCT.hpp
opm/parser/eclipse/EclipseState/Aquifetp.hpp
+ opm/parser/eclipse/EclipseState/Schedule/ActionContext.hpp
+ opm/parser/eclipse/EclipseState/Schedule/Actions.hpp
opm/parser/eclipse/EclipseState/Schedule/ActionX.hpp
opm/parser/eclipse/EclipseState/Schedule/TimeMap.hpp
opm/parser/eclipse/EclipseState/Schedule/VFPInjTable.hpp
diff --git a/opm/parser/eclipse/EclipseState/Schedule/ActionContext.hpp b/opm/parser/eclipse/EclipseState/Schedule/ActionContext.hpp
new file mode 100644
index 000000000..bb507704a
--- /dev/null
+++ b/opm/parser/eclipse/EclipseState/Schedule/ActionContext.hpp
@@ -0,0 +1,43 @@
+/*
+ Copyright 2018 Equinor ASA.
+
+ This file is part of the Open Porous Media project (OPM).
+
+ OPM is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ OPM is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with OPM. If not, see .
+*/
+
+
+#ifndef ActionContext_HPP
+#define ActionContext_HPP
+
+#include
+#include