From 664adce88faf70a37fd7f45a19666beb89c1aa4e Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Sat, 26 Jan 2019 06:34:48 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=98=E3=83=83=E3=83=80=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sakura_core/basis/SakuraBasis.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sakura_core/basis/SakuraBasis.h b/sakura_core/basis/SakuraBasis.h index ddfecd99b1..6011208326 100644 --- a/sakura_core/basis/SakuraBasis.h +++ b/sakura_core/basis/SakuraBasis.h @@ -58,6 +58,7 @@ #else // -- -- 通常のintで単位型を定義 + #include "primitive.h" //ロジック単位 typedef int CLogicInt;