From 0a040522ca656f1e689335e821968e37b43ee5c1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 24 Jun 2023 19:28:33 +0100 Subject: [PATCH] [Minor] Missing include? --- src/libutil/cxx/util.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libutil/cxx/util.hxx b/src/libutil/cxx/util.hxx index b852b38d58..dd8ef0ee65 100644 --- a/src/libutil/cxx/util.hxx +++ b/src/libutil/cxx/util.hxx @@ -23,6 +23,7 @@ #include #include #include +#include /* * Common C++ utilities -- 2.47.3