diff options
| author | Aiden Grossman <aidengrossman@google.com> | 2025-09-09 03:19:14 +0000 |
|---|---|---|
| committer | Aiden Grossman <aidengrossman@google.com> | 2025-09-09 03:19:14 +0000 |
| commit | 8c3530cbde51ee85adff6ab20771367ada3a9b49 (patch) | |
| tree | 74e1b33408f9c293c5408951ac3b1053dbd6210c /offload/include | |
| parent | 4b6cd10bc5039e5bfa60a74cdac744969332adb2 (diff) | |
| parent | 3b1ca5e7c5b94b10e3da554a060459a1a1e24495 (diff) | |
[𝘀𝗽𝗿] changes introduced through rebaseusers/boomanaiden154/main.lit-remove-python-27-code-paths-in-builtin-diff
Created using spr 1.3.6
[skip ci]
Diffstat (limited to 'offload/include')
| -rw-r--r-- | offload/include/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offload/include/device.h b/offload/include/device.h index 1e85bb1876c8..bf93ce0460ae 100644 --- a/offload/include/device.h +++ b/offload/include/device.h @@ -33,7 +33,9 @@ #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SmallVector.h" +#include "GlobalHandler.h" #include "PluginInterface.h" + using GenericPluginTy = llvm::omp::target::plugin::GenericPluginTy; // Forward declarations. |
