Skip to content

Commit 59945c9

Browse files
committed
Add missing headers for Debug builds
git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@322830 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent fb55b8c commit 59945c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libomptarget/src/rtl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <cstring>
2020
#include <dlfcn.h>
2121
#include <mutex>
22+
#include <string>
2223

2324
// List of all plugins that can support offloading.
2425
static const char *RTLNames[] = {

libomptarget/src/rtl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <list>
1818
#include <map>
1919
#include <mutex>
20+
#include <string>
2021
#include <vector>
2122

2223
// Forward declarations.

0 commit comments

Comments
 (0)