Still try to make 'gb.poppler' compile again everywhere.

[GB.POPPLER]
* BUG: Still try to make 'gb.poppler' compile again everywhere.
This commit is contained in:
Benoît Minisini 2022-05-26 19:36:45 +02:00
parent d2b82a2735
commit 8ad11ab5cb

View file

@ -25,7 +25,12 @@
#define __C_PDF_DOCUMENT_CPP
#include <string_view>
#if defined __has_include
# if __has_include (<string_view>)
# include <string_view>
# endif
#endif
#include <Page.h>
#include "c_pdf_document.h"