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

Add missing <functional> include

Required by g++8 and clang-8
parent 11a0626f
No related branches found
No related tags found
1 merge request!37Feature/language
#ifndef BUILTIN_FUNCTION_EMBEDDER_HPP
#define BUILTIN_FUNCTION_EMBEDDER_HPP
#include <memory>
#include <vector>
#include <ASTNodeDataType.hpp>
#include <DataVariant.hpp>
#include <DataHandler.hpp>
#include <memory>
#include <vector>
#include <functional>
template <typename 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