Skip to content

Commit

Permalink
Fix missing iostream header.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkestene committed Feb 18, 2024
1 parent 795b608 commit 86d4f61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/muscl/SolverHydroMuscl.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <string>
#include <cstdio>
#include <cstdbool>
#include <iostream> // for std::cout
#include <sstream>
#include <fstream>
#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions src/muscl/SolverHydroMuscl.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <string>
#include <cstdio>
#include <cstdbool>
#include <iostream>
#include <sstream>
#include <fstream>
#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions src/muscl/SolverMHDMuscl.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <string>
#include <cstdio>
#include <cstdbool>
#include <iostream>
#include <sstream>
#include <fstream>
#include <algorithm>
Expand Down

0 comments on commit 86d4f61

Please sign in to comment.