[Openmp-commits] [openmp] 63efc58 - [NFC][OpenMP] Add missing LLVM headers on utility file

Guilherme Valarini via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 14 07:47:55 PST 2022


Author: Guilherme Valarini
Date: 2022-12-14T12:46:00-03:00
New Revision: 63efc58c5a5de0b6e8f4bec3e692cf75753691e8

URL: https://github.com/llvm/llvm-project/commit/63efc58c5a5de0b6e8f4bec3e692cf75753691e8
DIFF: https://github.com/llvm/llvm-project/commit/63efc58c5a5de0b6e8f4bec3e692cf75753691e8.diff

LOG: [NFC][OpenMP] Add missing LLVM headers on utility file

Differential Revision: https://reviews.llvm.org/D137566

Added: 
    

Modified: 
    openmp/libomptarget/include/Utilities.h

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/include/Utilities.h b/openmp/libomptarget/include/Utilities.h
index 813ffd08aefb8..9dec6e661447e 100644
--- a/openmp/libomptarget/include/Utilities.h
+++ b/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"
 


        


More information about the Openmp-commits mailing list