diff options
Diffstat (limited to 'src/video_core/utils.h')
| -rw-r--r-- | src/video_core/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/utils.h b/src/video_core/utils.h index c417342e1..20d4ec9e0 100644 --- a/src/video_core/utils.h +++ b/src/video_core/utils.h | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | #include <string> | 7 | #include <string> |
| 8 | 8 | ||
| 9 | #include "common_types.h" | 9 | #include "common/common_types.h" |
| 10 | 10 | ||
| 11 | namespace FormatPrecision { | 11 | namespace FormatPrecision { |
| 12 | 12 | ||