diff options
Diffstat (limited to '')
-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 @@ #pragma once -#include "common_types.h" +#include "common/common_types.h" #include <string> u32 u8_nextchar(const char *s, int *i); |