From 3c5d731500b56384946205864924ea3165a27eb7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 28 May 2020 14:21:58 +0200
Subject: [PATCH] Fix compilation with GCC 10

---
 src/EquationTags.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/EquationTags.hh b/src/EquationTags.hh
index 66ea2f1b..2989fd7f 100644
--- a/src/EquationTags.hh
+++ b/src/EquationTags.hh
@@ -24,6 +24,7 @@ using namespace std;
 
 #include <map>
 #include <set>
+#include <string>
 
 class EquationTags
 {
-- 
GitLab