[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
Wed Dec 14 07:47:58 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG63efc58c5a5d: [NFC][OpenMP] Add missing LLVM headers on utility file (authored by gValarini).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137566/new/

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.482857.patch
Type: text/x-patch
Size: 405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221214/2111d106/attachment.bin>


More information about the Openmp-commits mailing list