From a03ffa0c045b28e4afce3fdf92a74f8a1546375f Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Thu, 14 Feb 2019 06:17:21 +0100 Subject: [PATCH] Make 'gb.pdf' compile with poppler-0.72 completes commit a576b687dbf4c081cb7935c1698dad8f6ddb224a Without this change, it would complain about missing getCString because the POPPLER_VERSION_0_72 was not there. --- gb.pdf/src/main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gb.pdf/src/main.h b/gb.pdf/src/main.h index 2877c7d35..1d67d701e 100644 --- a/gb.pdf/src/main.h +++ b/gb.pdf/src/main.h @@ -24,6 +24,7 @@ #ifndef __MAIN_H #define __MAIN_H +#include "config.h" #include "gambas.h" #include "gb.image.h"