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 36cf757130..6479ec5ad0 100644 --- a/src/common/utf8.h +++ b/src/common/utf8.h @@ -16,7 +16,7 @@ #pragma once -#include "common_types.h" +#include "common/common_types.h" #include <string> u32 u8_nextchar(const char *s, int *i); |