diff options
Diffstat (limited to 'openmp/libomptarget/deviceRTLs/common/src/loop.cu')
-rw-r--r-- | openmp/libomptarget/deviceRTLs/common/src/loop.cu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/libomptarget/deviceRTLs/common/src/loop.cu b/openmp/libomptarget/deviceRTLs/common/src/loop.cu index 3eff3a15bd4..45bf8f40a92 100644 --- a/openmp/libomptarget/deviceRTLs/common/src/loop.cu +++ b/openmp/libomptarget/deviceRTLs/common/src/loop.cu @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include "omptarget-nvptx.h" +#include "common/omptarget.h" #include "target_impl.h" //////////////////////////////////////////////////////////////////////////////// |