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

Compatibility fix for GCC 12

Ref. dynare#1852

(cherry picked from commit 8c07fb5e)
parent 607a50d1
No related branches found
No related tags found
No related merge requests found
Pipeline #6998 passed
...@@ -29,6 +29,7 @@ using namespace std; ...@@ -29,6 +29,7 @@ using namespace std;
#include <iomanip> #include <iomanip>
#include <cmath> #include <cmath>
#include <utility> #include <utility>
#include <memory>
#include "SymbolTable.hh" #include "SymbolTable.hh"
#include "NumericalConstants.hh" #include "NumericalConstants.hh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment