vulkan: Add missing `stdclass` header for `PAGE_SIZE`

This commit is contained in:
Wunkolo 2025-01-14 11:23:57 -08:00
parent 92ed26e4ee
commit 38caf5b37d
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "vulkan_renderer.h"
#include "imgui.h"
#include "imgui_impl_vulkan.h"
#include "stdclass.h"
#include "ui/gui.h"
#ifdef USE_SDL
#include <sdl/sdl.h>