diff --git a/src/language/modules/SchemeModule.cpp b/src/language/modules/SchemeModule.cpp index 90645124a5d3fbb12cef19c4f105eb3f08465661..45db502f0eb5b3940c4082ba686fc16cf8c5cab4 100644 --- a/src/language/modules/SchemeModule.cpp +++ b/src/language/modules/SchemeModule.cpp @@ -41,6 +41,7 @@ #include <scheme/IDiscreteFunction.hpp> #include <scheme/IDiscreteFunctionDescriptor.hpp> #include <scheme/NeumannBoundaryConditionDescriptor.hpp> +#include <scheme/ScalarDiamondScheme.hpp> #include <scheme/SymmetryBoundaryConditionDescriptor.hpp> #include <scheme/VectorDiamondScheme.hpp> #include <utils/Socket.hpp>