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 Feb 26, 2024
1 parent 6b23fe4 commit 62bec2a
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 62bec2a

Please sign in to comment.