aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/utf8.h')
-rw-r--r--src/common/utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/utf8.h b/src/common/utf8.h
index 36cf7571..6479ec5a 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);