13
0

pango --with-included-modules=yes does not provide explicit pangoft header

This commit is contained in:
Robin Gareus 2014-09-30 18:56:01 +02:00
parent 6ce93913f5
commit 666de70ddc

View File

@ -21,7 +21,9 @@
#include "gtk2ardour-config.h"
#endif
#ifndef PLATFORM_WINDOWS
#include <pango/pangoft2.h> // for fontmap resolution control for GnomeCanvas
#endif
#include <pango/pangocairo.h> // for fontmap resolution control for GnomeCanvas
#include <cstdlib>