[Openmp-commits] [PATCH] D137566: [NFC][OpenMP] Add missing LLVM headers on utility file

Guilherme Valarini via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Nov 7 09:34:51 PST 2022


gValarini created this revision.
gValarini added reviewers: tianshilei1992, kevinsala.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
gValarini requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137566

Files:
  openmp/libomptarget/include/Utilities.h


Index: openmp/libomptarget/include/Utilities.h
===================================================================
--- openmp/libomptarget/include/Utilities.h
+++ openmp/libomptarget/include/Utilities.h
@@ -15,6 +15,8 @@
 #define OPENMP_LIBOMPTARGET_INCLUDE_UTILITIES_H
 
 #include "llvm/ADT/STLFunctionalExtras.h"
+#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/Error.h"
 
 #include "Debug.h"
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137566.473718.patch
Type: text/x-patch
Size: 405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221107/c592e196/attachment.bin>


More information about the Openmp-commits mailing list