From 60c8911bd88a78f9710b556a8d66c6a19b1bc26c Mon Sep 17 00:00:00 2001 From: fumiama Date: Fri, 29 Oct 2021 21:52:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20include?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 32/base14.c | 1 + 64/base14.c | 1 + 2 files changed, 2 insertions(+) diff --git a/32/base14.c b/32/base14.c index 03ec61b..6644648 100644 --- a/32/base14.c +++ b/32/base14.c @@ -2,6 +2,7 @@ //fumiama 20210408 #include #include +#include #include "base14.h" //#define DEBUG diff --git a/64/base14.c b/64/base14.c index 0b433a2..96db434 100644 --- a/64/base14.c +++ b/64/base14.c @@ -2,6 +2,7 @@ //fumiama 20211029 #include #include +#include #include "base14.h" //#define DEBUG