summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-08-11 22:53:20 +0200
committerGitHub <noreply@github.com>2023-08-11 22:53:20 +0200
commit640f7cd945cbe102f2adc7a23ad35bfbfeea22e4 (patch)
treeaeae26a8fcb11399c281c06b8e2e246885b9b576 /src/video_core/engines
parentMerge pull request #11093 from liamwhite/result-ergonomics (diff)
parentgeneral: fix apple clang build (diff)
downloadyuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar
yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar.gz
yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar.bz2
yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar.lz
yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar.xz
yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar.zst
yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.zip
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 @@
#include "common/assert.h"
#include "common/logging/log.h"
#include "common/microprofile.h"
+#include "common/polyfill_ranges.h"
#include "common/settings.h"
#include "core/core.h"
#include "core/memory.h"