Skip to content

Commit cf9f6ef

Browse files
build fixes
1 parent cf014f8 commit cf9f6ef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/video_core/buffer_cache/buffer_cache.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// SPDX-License-Identifier: GPL-2.0-or-later
33

44
#include <algorithm>
5+
#include <semaphore>
56
#include "common/alignment.h"
67
#include "common/scope_exit.h"
78
#include "common/types.h"

src/video_core/page_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "common/assert.h"
77
#include "common/error.h"
88
#include "common/signal_context.h"
9+
#include "common/spin_lock.h"
910
#include "core/memory.h"
1011
#include "core/signals.h"
1112
#include "video_core/page_manager.h"

0 commit comments

Comments
 (0)