Skip to content

Commit 55328b3

Browse files
jmmartinezkzhuravl
authored andcommitted
[hipcc] add missing header
Compilation failed on windows since 'stringsteam' is not defined. On linux this error did not happen since 'stringstream' is indirectly included through 'filesystem' Fixes SWDEV-488401 Change-Id: I1306e5188132d3c681cf974a01140a97f2280d25
1 parent c3876e9 commit 55328b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

amd/hipcc/src/utils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ typedef std::string::size_type TSIZE;
2121
#endif
2222

2323
#include <iostream>
24+
#include <sstream>
2425

2526
std::string hipcc::utils::getSelfPath() {
2627
constexpr size_t MAX_PATH_CHAR = 1024;

0 commit comments

Comments
 (0)