Skip to content

Commit 21f10d2

Browse files
committed
color_helpers: fix compiler error
1 parent 4f28eab commit 21f10d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer/VkLayer_FROG_gamescope_wsi.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "xcb_helpers.hpp"
66
#include "vulkan_operators.hpp"
77
#include "gamescope-swapchain-client-protocol.h"
8-
#include "../src/color_helpers.h"
8+
#include "../src/color_helpers_impl.h"
99
#include "../src/layer_defines.h"
1010

1111
#include <charconv>

0 commit comments

Comments
 (0)