Skip to content
Snippets Groups Projects
Commit efb55202 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add missing include, this fixes clang-8 and gcc-8 compilations

parent e9ebd39e
Branches
Tags
1 merge request!37Feature/language
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
#include <language/ast/ASTNodeDataType.hpp> #include <language/ast/ASTNodeDataType.hpp>
#include <language/utils/FunctionSymbolId.hpp> #include <language/utils/FunctionSymbolId.hpp>
#include <vector>
template <typename T> template <typename T>
inline ASTNodeDataType ast_node_data_type_from = ASTNodeDataType::undefined_t; inline ASTNodeDataType ast_node_data_type_from = ASTNodeDataType::undefined_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment