diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/debug_utils/debug_utils.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_core/debug_utils/debug_utils.cpp b/src/video_core/debug_utils/debug_utils.cpp index e4b397303..21664aab6 100644 --- a/src/video_core/debug_utils/debug_utils.cpp +++ b/src/video_core/debug_utils/debug_utils.cpp | |||
| @@ -4,9 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | #include <algorithm> | 5 | #include <algorithm> |
| 6 | #include <condition_variable> | 6 | #include <condition_variable> |
| 7 | #include <cstring> | ||
| 8 | #include <fstream> | ||
| 7 | #include <list> | 9 | #include <list> |
| 8 | #include <map> | 10 | #include <map> |
| 9 | #include <fstream> | ||
| 10 | #include <mutex> | 11 | #include <mutex> |
| 11 | #include <string> | 12 | #include <string> |
| 12 | 13 | ||