From 30bd80cb8bd5880eefbb646c03d459720560eaaa Mon Sep 17 00:00:00 2001 From: Peter De Wachter Date: Mon, 20 Feb 2023 21:06:02 +0100 Subject: [PATCH] Fix build with GCC 13 --- test/tempfile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tempfile.h b/test/tempfile.h index f83e306..75feb6c 100644 --- a/test/tempfile.h +++ b/test/tempfile.h @@ -18,6 +18,7 @@ #ifndef TEMPFILE_H #define TEMPFILE_H +#include #include #include #include