summaryrefslogtreecommitdiff
path: root/src/lib/render_text.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-23 12:45:36 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-23 12:45:36 +0100
commit07d4c9e0c9e60578ff74e47ad1cc7233134d5f24 (patch)
tree78507666b3e6dd9f46016b9552eb951e2f1fc9de /src/lib/render_text.cc
parent32b5af27f00f80054ab0f502ebd7b8a3fa0d4061 (diff)
pangommconfig.h is not included by pangomm.h on some platforms.
Diffstat (limited to 'src/lib/render_text.cc')
-rw-r--r--src/lib/render_text.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/render_text.cc b/src/lib/render_text.cc
index 9f1f69edb..52830dcf3 100644
--- a/src/lib/render_text.cc
+++ b/src/lib/render_text.cc
@@ -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>