diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-08-11 16:53:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-11 16:53:20 -0400 |
| commit | 640f7cd945cbe102f2adc7a23ad35bfbfeea22e4 (patch) | |
| tree | aeae26a8fcb11399c281c06b8e2e246885b9b576 /src/video_core | |
| parent | 9d3a293a4ea17b60146c10e7561c0fd1219fd6c1 (diff) | |
| parent | 023b9b38cc9c6d31f1a01c29ac324c535308fa59 (diff) | |
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 @@ #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" |
