From beb265d649f92e53b4d3e58320fcaf3d4c9ec48b Mon Sep 17 00:00:00 2001 From: wchang kim Date: Mon, 3 Jul 2023 17:38:33 +0900 Subject: [PATCH] Fixed the build error using gcc 13 Change-Id: I89af7693ef5e081a2c978e92beeafab8ac229790 --- zypp/base/DrunkenBishop.h | 1 + 1 file changed, 1 insertion(+) diff --git a/zypp/base/DrunkenBishop.h b/zypp/base/DrunkenBishop.h index 8ca3850..e8dfae2 100644 --- a/zypp/base/DrunkenBishop.h +++ b/zypp/base/DrunkenBishop.h @@ -14,6 +14,7 @@ #include #include #include +#include #include #include -- 2.7.4