From 866c18dea4b0b36b2a1c89b154d85206bbda5ed5 Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Mon, 18 Nov 2019 19:52:59 +0100 Subject: [PATCH] Add missing include Actually seems that this include should be included by variant --- src/language/ASTNodeDataVariant.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/language/ASTNodeDataVariant.hpp b/src/language/ASTNodeDataVariant.hpp index 96d940229..a7dc314bc 100644 --- a/src/language/ASTNodeDataVariant.hpp +++ b/src/language/ASTNodeDataVariant.hpp @@ -1,6 +1,7 @@ #ifndef AST_NODE_DATA_VARIANT_HPP #define AST_NODE_DATA_VARIANT_HPP +#include <tuple> #include <variant> #include <vector> -- GitLab