From e35ec8a8035df820f0ab47dc80734bf558222062 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 23 Mar 2024 12:49:22 +0100 Subject: Some platforms don't include libxml++config.h automatically. --- src/cxml.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cxml.cc b/src/cxml.cc index d5c3fdb..d4eb138 100644 --- a/src/cxml.cc +++ b/src/cxml.cc @@ -20,6 +20,7 @@ #include "cxml.h" #include +#include #include #include #include -- cgit v1.2.3