Commit 27be187
authored
fix(hsolver): add missing <string> include in simple_pexsi.h (#7933)
simple_pexsi.h uses std::string in the simplePEXSI declaration but
relies on transitive includes. Intel Classic (icpc) fails with
"namespace std has no member string"; include <string> explicitly.1 parent 95edb42 commit 27be187
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments