From 8c528f4f9a15baf73c014e1c3e55bc13583ca09d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 6 Jan 2022 14:55:57 +0100
Subject: [PATCH] Add missing include
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

(“endl” is defined in “ostream”)
---
 src/EquationTags.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/EquationTags.cc b/src/EquationTags.cc
index 42621546..75b974a7 100644
--- a/src/EquationTags.cc
+++ b/src/EquationTags.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2020-2021 Dynare Team
+ * Copyright © 2020-2022 Dynare Team
  *
  * This file is part of Dynare.
  *
@@ -20,6 +20,7 @@
 #include "EquationTags.hh"
 
 #include <regex>
+#include <ostream>
 
 set<int>
 EquationTags::getEqnsByKey(const string &key) const
-- 
GitLab