Add missing include

(“endl” is defined in “ostream”)
last-simulation-period
Sébastien Villemot 2022-01-06 14:55:57 +01:00
parent 0db05a886a
commit 8c528f4f9a
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 1 deletions

View File

@ -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