diff options
Diffstat (limited to 'src/common/utf8.h')
| -rw-r--r-- | src/common/utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/utf8.h b/src/common/utf8.h index 36cf75713..6479ec5ad 100644 --- a/src/common/utf8.h +++ b/src/common/utf8.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #include "common_types.h" | 19 | #include "common/common_types.h" |
| 20 | #include <string> | 20 | #include <string> |
| 21 | 21 | ||
| 22 | u32 u8_nextchar(const char *s, int *i); | 22 | u32 u8_nextchar(const char *s, int *i); |