OSDN Git Service

[Fix] language-switcher.h のインクルード不足
authorHabu <habu1010+github@gmail.com>
Fri, 13 Jan 2023 14:48:34 +0000 (23:48 +0900)
committerHabu <habu1010+github@gmail.com>
Fri, 13 Jan 2023 14:48:34 +0000 (23:48 +0900)
Linux/macOS 版の場合、 JP マクロが定義は autoconf.h で行うため、autoconf.h を
インクルードする system/h-basic.h をインクルードするようにする。

src/locale/language-switcher.h

index 4a01830..3e5f610 100644 (file)
@@ -1,5 +1,7 @@
 #pragma once
 
+#include "system/h-basic.h"
+
 #ifdef JP
 #define _(JAPANESE, ENGLISH) (JAPANESE)
 #else