Skip to content
Snippets Groups Projects
Unverified Commit 126020f7 authored by Houtan Bastani's avatar Houtan Bastani Committed by Sébastien Villemot
Browse files

Include missing header

(cherry picked from commit e2d9e179)
parent 88830aa0
Branches
Tags
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include <sstream> #include <sstream>
#include <fstream> #include <fstream>
#include <filesystem> #include <filesystem>
#include <algorithm>
#include "macro/Driver.hh" #include "macro/Driver.hh"
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <ostream> #include <ostream>
#include <algorithm>
#include "WarningConsolidation.hh" #include "WarningConsolidation.hh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment