science/trilinos: add missing <iostream> include
This fixes "hidden symbol _ZNSt3__1rsB7v160006IcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_istreamIT_T0_EES9_RNS_12basic_stringIS6_S7_T1_EE isn't defined" errors on recent -CURRENT. PR: 273339 Approved by: maintainer timeout (2 weeks) MFH: 2023Q4
This commit is contained in:
parent
e0a6f0f303
commit
1b71aafbb8
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
--- packages/stk/stk_util/stk_util/util/ci_string.cpp.orig 2022-11-10 22:02:37 UTC
|
||||
+++ packages/stk/stk_util/stk_util/util/ci_string.cpp
|
||||
@@ -33,6 +33,7 @@
|
||||
//
|
||||
|
||||
#include <stk_util/util/ci_string.hpp>
|
||||
+#include <iostream>
|
||||
|
||||
|
||||
std::ostream &
|
Loading…
Reference in a new issue