Commit: 6ca82bbf34cd5c553787a4c9a6a2bfdc9be79eb5 Author: Jeroen Bakker Date: Tue Nov 1 12:02:27 2022 +0100 Branches: temp-ghost-vulkan https://developer.blender.org/rB6ca82bbf34cd5c553787a4c9a6a2bfdc9be79eb5
Fix missing import in GHOST_SystemWin32.cpp =================================================================== M intern/ghost/intern/GHOST_SystemWin32.cpp =================================================================== diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp index 46bd3b7375b..9290d164d34 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemWin32.cpp @@ -37,6 +37,9 @@ #include "GHOST_WindowWin32.h" #include "GHOST_ContextWGL.h" +#ifdef WITH_VULKAN_BACKEND +# include "GHOST_ContextVK.h" +#endif #ifdef WITH_INPUT_NDOF # include "GHOST_NDOFManagerWin32.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
