build fixes

This commit is contained in:
IndecisiveTurtle 2025-03-23 01:40:52 +02:00
parent cf014f8655
commit cf9f6ef376
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include <algorithm>
#include <semaphore>
#include "common/alignment.h"
#include "common/scope_exit.h"
#include "common/types.h"

View file

@ -6,6 +6,7 @@
#include "common/assert.h"
#include "common/error.h"
#include "common/signal_context.h"
#include "common/spin_lock.h"
#include "core/memory.h"
#include "core/signals.h"
#include "video_core/page_manager.h"