Skip to content

Commit 46425b8

Browse files
authored
[flang][cuda] Fix allocator-registry header path (#101727)
File was moved in #101212
1 parent 5c1d768 commit 46425b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/runtime/CUDA/allocator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "flang/Runtime/CUDA/allocator.h"
10-
#include "../allocator-registry.h"
1110
#include "../derived.h"
1211
#include "../stat.h"
1312
#include "../terminator.h"
1413
#include "../type-info.h"
1514
#include "flang/Common/Fortran.h"
1615
#include "flang/ISO_Fortran_binding_wrapper.h"
16+
#include "flang/Runtime/allocator-registry.h"
1717

1818
#include "cuda.h"
1919

0 commit comments

Comments
 (0)