diff options
Diffstat (limited to 'src/video_core/textures/astc.cpp')
| -rw-r--r-- | src/video_core/textures/astc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/textures/astc.cpp b/src/video_core/textures/astc.cpp index 25161df1f..28e4beafd 100644 --- a/src/video_core/textures/astc.cpp +++ b/src/video_core/textures/astc.cpp | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | // <http://gamma.cs.unc.edu/FasTC/> | 16 | // <http://gamma.cs.unc.edu/FasTC/> |
| 17 | 17 | ||
| 18 | #include <algorithm> | 18 | #include <algorithm> |
| 19 | #include <bit> | ||
| 19 | #include <cassert> | 20 | #include <cassert> |
| 20 | #include <cstring> | 21 | #include <cstring> |
| 21 | #include <span> | 22 | #include <span> |