Skip to content

Commit d9ec2de

Browse files
authored
Fix vulkan include path (flutter#4870)
1 parent 7fa08b3 commit d9ec2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulkan/skia_vulkan_header.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
#endif // VK_USE_PLATFORM_ANDROID_KHR
99
#endif // __ANDROID__
1010

11-
#include "third_party/vulkan/src/vulkan/vulkan.h"
11+
#include "vulkan/vulkan.h"

0 commit comments

Comments
 (0)