Skip to content

Commit 6256c98

Browse files
author
Allan Sandfeld Jensen
committed
Include vulkan_core.h consistently
This fixes build issues with mixed vulkan headers. Change-Id: Ifd695154ec55ed7f2c8a350e3a30086af46c0ce6 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/586107 Reviewed-by: Peter Varga <[email protected]>
1 parent 98bd931 commit 6256c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromium/gpu/config/vulkan_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef GPU_CONFIG_VULKAN_INFO_H_
66
#define GPU_CONFIG_VULKAN_INFO_H_
77

8-
#include "third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_core.h"
8+
#include <vulkan/vulkan_core.h>
99
#include <vector>
1010

1111
#include "base/strings/string_piece.h"

0 commit comments

Comments
 (0)