Skip to content
Snippets Groups Projects
Verified Commit 14626a90 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Add missing include

(“endl” is defined in “ostream”)

(cherry picked from commit 8c528f4f)
parent 31b56388
No related branches found
No related tags found
No related merge requests found
Pipeline #6638 passed
/* /*
* Copyright © 2020-2021 Dynare Team * Copyright © 2020-2022 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "EquationTags.hh" #include "EquationTags.hh"
#include <regex> #include <regex>
#include <ostream>
set<int> set<int>
EquationTags::getEqnsByKey(const string &key) const EquationTags::getEqnsByKey(const string &key) const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment