diff options
Diffstat (limited to 'Source/Kernel/Library/WChar.class.h')
-rw-r--r-- | Source/Kernel/Library/WChar.class.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Kernel/Library/WChar.class.h b/Source/Kernel/Library/WChar.class.h index ba94a23..e4da603 100644 --- a/Source/Kernel/Library/WChar.class.h +++ b/Source/Kernel/Library/WChar.class.h @@ -1,7 +1,11 @@ #ifndef DEF_UCHAR_CLASS_H #define DEF_UCHAR_CLASS_H +#include <Core/types.wtf.h> + +#ifndef THIS_IS_NOT_MELON #include <Core/common.wtf.h> +#endif enum { UE_UTF8, |