From 505b4bb156c4a2eadc66d489c1527f2a196b49aa Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 18 Nov 2024 22:55:25 +0800 Subject: [PATCH] fix: fix windows import header --- .../thermion_flutter/windows/thermion_flutter_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_flutter/thermion_flutter/windows/thermion_flutter_plugin.h b/thermion_flutter/thermion_flutter/windows/thermion_flutter_plugin.h index 8f9e526f..8b18685b 100644 --- a/thermion_flutter/thermion_flutter/windows/thermion_flutter_plugin.h +++ b/thermion_flutter/thermion_flutter/windows/thermion_flutter_plugin.h @@ -11,7 +11,7 @@ #include #include "ResourceBuffer.h" -#include "windows/vulkan/vulkan_context.h" +#include "vulkan_context.h" namespace thermion::tflutter::windows {