diff options
Diffstat (limited to 'src/video_core/textures/convert.cpp')
| -rw-r--r-- | src/video_core/textures/convert.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/textures/convert.cpp b/src/video_core/textures/convert.cpp index 5e439f036..82050bd51 100644 --- a/src/video_core/textures/convert.cpp +++ b/src/video_core/textures/convert.cpp | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #include "common/assert.h" | 10 | #include "common/assert.h" |
| 11 | #include "common/common_types.h" | 11 | #include "common/common_types.h" |
| 12 | #include "common/logging/log.h" | 12 | #include "common/logging/log.h" |
| 13 | #include "video_core/surface.h" | ||
| 13 | #include "video_core/textures/astc.h" | 14 | #include "video_core/textures/astc.h" |
| 14 | #include "video_core/textures/convert.h" | 15 | #include "video_core/textures/convert.h" |
| 15 | 16 | ||