diff --git a/src/headers/parsing/ParseComponents.hpp b/src/headers/parsing/ParseComponents.hpp index 87be37f..1aae6ff 100644 --- a/src/headers/parsing/ParseComponents.hpp +++ b/src/headers/parsing/ParseComponents.hpp @@ -29,4 +29,8 @@ public: ~ParseTree() = default; }; +namespace StandardComponents::types { + +} + #endif //YERBACON_PARSECOMPONENTS_HPP