From c8b4e8b35ee2b71e5bf7a4d8223505cc4bcc60b5 Mon Sep 17 00:00:00 2001 From: Zhi Wang Date: Wed, 1 Jun 2022 02:51:14 -0400 Subject: [PATCH] Fix a compile error on Debian sid 5.17.11-1 Close #199 --- test/async.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/async.cpp b/test/async.cpp index a8fe09e43..79f3d7a5f 100644 --- a/test/async.cpp +++ b/test/async.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include "test.h"