Make 'gb.pdf' compile with poppler-0.72

completes commit a576b687db

Without this change, it would complain about missing getCString
because the POPPLER_VERSION_0_72 was not there.
This commit is contained in:
Bernhard M. Wiedemann 2019-02-14 06:17:21 +01:00
parent 2457440701
commit a03ffa0c04
No known key found for this signature in database
GPG key ID: 49360B3B1DFBA164

View file

@ -24,6 +24,7 @@
#ifndef __MAIN_H
#define __MAIN_H
#include "config.h"
#include "gambas.h"
#include "gb.image.h"