Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
dpjudas committed Jul 16, 2024
1 parent 8a48fac commit 7689c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Thirdparty/ZWidget/src/window/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ std::unique_ptr<DisplayBackend> DisplayBackend::TryCreateWin32()
#ifdef USE_SDL2

#include "sdl2/sdl2_display_backend.h"
#include <SDL2/SDL_vulkan.h>

std::unique_ptr<DisplayBackend> DisplayBackend::TryCreateSDL2()
{
Expand Down

0 comments on commit 7689c48

Please sign in to comment.