diff options
Diffstat (limited to 'src/video_core/debug_utils')
| -rw-r--r-- | src/video_core/debug_utils/debug_utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/debug_utils/debug_utils.cpp b/src/video_core/debug_utils/debug_utils.cpp index 7b8ab72b6..d24c0f11e 100644 --- a/src/video_core/debug_utils/debug_utils.cpp +++ b/src/video_core/debug_utils/debug_utils.cpp | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | #include "common/vector_math.h" | 23 | #include "common/vector_math.h" |
| 24 | 24 | ||
| 25 | #include "video_core/pica.h" | 25 | #include "video_core/pica.h" |
| 26 | #include "video_core/renderer_base.h" | ||
| 26 | #include "video_core/utils.h" | 27 | #include "video_core/utils.h" |
| 27 | #include "video_core/video_core.h" | 28 | #include "video_core/video_core.h" |
| 28 | 29 | ||