]> git.street.me.uk Git - andy/viking.git/blobdiff - src/viking.h
Fix maintaining a transparent background when an alpha value is applied to a pixbuf.
[andy/viking.git] / src / viking.h
index 9a987684843d024ec4874c54c4df901cb9115f56..fedcb0d4e94488f998aceb5df6b871480ce709c4 100644 (file)
@@ -36,6 +36,7 @@
 #include "globals.h"
 #include "coords.h"
 #include "vikcoord.h"
+#include "vik_compat.h"
 #include "download.h"
 #include "vikwaypoint.h"
 #include "viktrack.h"
 #include "vikfileentry.h"
 #include "viktrwlayer.h"
 #include "vikgpslayer.h"
+#ifdef HAVE_LIBMAPNIK
+#include "vikmapniklayer.h"
+#endif
 #include "clipboard.h"
 #include "dialog.h"
 #include "file.h"
+#include "fileutils.h"
 #include "vikwindow.h"
 #include "gpspoint.h"
 #include "gpsmapper.h"
 #include "settings.h"
+#include "util.h"
 
 #endif