We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf014f8 commit cf9f6efCopy full SHA for cf9f6ef
src/video_core/buffer_cache/buffer_cache.cpp
@@ -2,6 +2,7 @@
2
// SPDX-License-Identifier: GPL-2.0-or-later
3
4
#include <algorithm>
5
+#include <semaphore>
6
#include "common/alignment.h"
7
#include "common/scope_exit.h"
8
#include "common/types.h"
src/video_core/page_manager.cpp
@@ -6,6 +6,7 @@
#include "common/assert.h"
#include "common/error.h"
#include "common/signal_context.h"
9
+#include "common/spin_lock.h"
10
#include "core/memory.h"
11
#include "core/signals.h"
12
#include "video_core/page_manager.h"
0 commit comments