P4 to Git Change 2007527 by michliao@hliao-dev-00-hip.rocm-workspace on 2019/10/02 12:55:07

SWDEV-145570 - Add the missing header of <sstream>.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/trace_helper.h#2 edit
This commit is contained in:
foreman
2019-10-02 13:00:29 -04:00
parent 1bd3a99a8d
commit 7d54c3bd4f
+1
View File
@@ -24,6 +24,7 @@ THE SOFTWARE.
#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
//---
// Helper functions to convert HIP function arguments into strings.