[Openmp-commits] [PATCH] D103222: Fixed bug using string stream by including missing header
Pascal Jahan Elahi via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed May 26 20:46:30 PDT 2021
Pascal created this revision.
Herald added subscribers: kerbowa, tpr, nhaehnle, jvesely.
Pascal requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.
Compilation bug for openmp project and AMDGPU target
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D103222
Files:
openmp/libomptarget/plugins/amdgpu/impl/system.cpp
Index: openmp/libomptarget/plugins/amdgpu/impl/system.cpp
===================================================================
--- openmp/libomptarget/plugins/amdgpu/impl/system.cpp
+++ openmp/libomptarget/plugins/amdgpu/impl/system.cpp
@@ -12,6 +12,7 @@
#include <iomanip>
#include <iostream>
#include <set>
+#include <sstream>
#include <string>
#include "internal.h"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103222.348150.patch
Type: text/x-patch
Size: 375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210527/0408ebe9/attachment.bin>
More information about the Openmp-commits
mailing list