From b11f916d76a5cbfd96b086f6eef15382a92e01eb Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 16 Sep 2023 00:21:27 +0300 Subject: [PATCH] Add sigc++.h to installed files Somehow it got forgotten earlier. --- Build | 1 + 1 file changed, 1 insertion(+) diff --git a/Build b/Build index a1f8964..3f77bf9 100644 --- a/Build +++ b/Build @@ -26,6 +26,7 @@ package "sigc++-2.0" install "include/sigc++" { + source "sigc++/sigc++.h"; source "sigc++/bind.h"; source "sigc++/bind_return.h"; source "sigc++/connection.h"; -- 2.43.0