pangommconfig.h is not included by pangomm.h on some platforms.
authorCarl Hetherington <cth@carlh.net>
Sat, 23 Mar 2024 11:45:36 +0000 (12:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 23 Mar 2024 11:45:36 +0000 (12:45 +0100)
src/lib/render_text.cc

index 9f1f69edb248be30adc33d396861a92df27f18c7..52830dcf39b6e721b7b4364cb349857d541c7334 100644 (file)
@@ -31,6 +31,7 @@
 #include <cairomm/cairomm.h>
 LIBDCP_DISABLE_WARNINGS
 #include <pangomm.h>
+#include <pangommconfig.h>
 LIBDCP_ENABLE_WARNINGS
 #include <pango/pangocairo.h>
 #include <boost/algorithm/string.hpp>