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:
parent
d2b82a2735
commit
8ad11ab5cb
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue