From f9e4cb1a7f610442bc00444bb79390914378ace1 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Mon, 8 Jul 2024 10:43:40 +0900 Subject: [PATCH] Add a missing #include --- common/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common.h b/common/common.h index c5ddab0a50..37f93dc5cb 100644 --- a/common/common.h +++ b/common/common.h @@ -2,6 +2,7 @@ #include "integers.h" +#include #include #include #include