summaryrefslogtreecommitdiff
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorGravatar Liam2023-08-09 20:58:47 -0400
committerGravatar Liam2023-08-09 22:38:37 -0400
commit023b9b38cc9c6d31f1a01c29ac324c535308fa59 (patch)
tree3a7708c421d12e1840b772c18ce2f17e1dfbda97 /src/video_core/engines
parentMerge pull request #11216 from lat9nq/no-mesa-astc (diff)
downloadyuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.tar.gz
yuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.tar.xz
yuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.zip
general: fix apple clang build
Diffstat (limited to 'src/video_core/engines')
-rw-r--r--src/video_core/engines/maxwell_dma.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_dma.cpp b/src/video_core/engines/maxwell_dma.cpp
index cd8e24b0b..da8eab7ee 100644
--- a/src/video_core/engines/maxwell_dma.cpp
+++ b/src/video_core/engines/maxwell_dma.cpp
@@ -5,6 +5,7 @@
5#include "common/assert.h" 5#include "common/assert.h"
6#include "common/logging/log.h" 6#include "common/logging/log.h"
7#include "common/microprofile.h" 7#include "common/microprofile.h"
8#include "common/polyfill_ranges.h"
8#include "common/settings.h" 9#include "common/settings.h"
9#include "core/core.h" 10#include "core/core.h"
10#include "core/memory.h" 11#include "core/memory.h"