Skip to content

Commit f5c74cb

Browse files
committed
Fixing include I broke...
1 parent 45a10ec commit f5c74cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/API/VK/Device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//===----------------------------------------------------------------------===//
1111

1212
#include "API/Device.h"
13-
#include "API/Pipeline.h"
13+
#include "Support/Pipeline.h"
1414
#include "llvm/Support/Error.h"
1515

1616
#include <memory>

0 commit comments

Comments
 (0)