From c90d4eb64d47fd03a66c59e751c6fe032a45867a Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 17 Dec 2024 01:58:34 -0600 Subject: [PATCH] Add missing header --- cpp/lintian-ppa.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/lintian-ppa.cpp b/cpp/lintian-ppa.cpp index 88f5062..c311a9c 100644 --- a/cpp/lintian-ppa.cpp +++ b/cpp/lintian-ppa.cpp @@ -14,6 +14,8 @@ // along with this program. If not, see . #include "common.h" +#include "utilities.h" + #include "launchpad.h" #include "distribution.h" #include "distro_series.h"