Skip to content

Commit

Permalink
EAMxx: add missing iostream include
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Apr 25, 2024
1 parent db1a5b0 commit 3160ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/eamxx/src/share/util/scream_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <list>
#include <algorithm>
#include <map>
#include <iostream>

namespace scream {

Expand Down

0 comments on commit 3160ec7

Please sign in to comment.