backend-infra-engineer: fix release build errors

This commit is contained in:
scawful
2025-12-29 01:31:39 -06:00
parent 675d7bb4f9
commit 4a517a384c
3 changed files with 21 additions and 17 deletions

View File

@@ -1,16 +1,19 @@
#ifndef YAZE_CORE_WINDOW_H_
#define YAZE_CORE_WINDOW_H_
#include "app/platform/sdl_compat.h"
#include <memory>
#include "app/platform/sdl_compat.h"
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "app/gfx/backend/irenderer.h"
#include "app/gfx/core/bitmap.h"
#include "util/sdl_deleter.h"
#ifdef CreateWindow
#undef CreateWindow
#endif
namespace yaze {
namespace core {
@@ -30,4 +33,4 @@ absl::Status ShutdownWindow(Window& window);
} // namespace core
} // namespace yaze
#endif // YAZE_CORE_WINDOW_H_
#endif // YAZE_CORE_WINDOW_H_