diff options
| author | 2023-08-11 16:53:20 -0400 | |
|---|---|---|
| committer | 2023-08-11 16:53:20 -0400 | |
| commit | 640f7cd945cbe102f2adc7a23ad35bfbfeea22e4 (patch) | |
| tree | aeae26a8fcb11399c281c06b8e2e246885b9b576 /src/video_core | |
| parent | Merge pull request #11093 from liamwhite/result-ergonomics (diff) | |
| parent | general: fix apple clang build (diff) | |
| download | yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar.gz yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar.xz yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.zip | |
Merge pull request #11253 from liamwhite/i-hate-this-toolchain
general: fix apple clang build
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/engines/maxwell_dma.cpp | 1 |
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" |