[hip] Add the missing header <sstream>. (#1498)

This commit is contained in:
mhbliao
2019-10-04 04:09:29 -04:00
committed by Maneesh Gupta
parent 9ababa4276
commit 4d632166bb
+1
View File
@@ -27,6 +27,7 @@ THE SOFTWARE.
#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
//---
// Helper functions to convert HIP function arguments into strings.