diff options
author | Vincent Sanders <vince@kyllikki.org> | 2018-01-31 00:03:38 +0000 |
---|---|---|
committer | Vincent Sanders <vince@kyllikki.org> | 2018-01-31 00:03:38 +0000 |
commit | 1ca90f384d4f2311cbf0abd44d8e4e5b7a4abb37 (patch) | |
tree | 35a931f40ed6ca1a1e2420ab1f63230f05349ca1 /src/cos_object.c | |
parent | 6b16f2446bb381be3de54d9edfe9088a8363df70 (diff) | |
download | libnspdf-1ca90f384d4f2311cbf0abd44d8e4e5b7a4abb37.tar.gz libnspdf-1ca90f384d4f2311cbf0abd44d8e4e5b7a4abb37.tar.bz2 |
start actual page rendering
Diffstat (limited to 'src/cos_object.c')
-rw-r--r-- | src/cos_object.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cos_object.c b/src/cos_object.c index 5d7da19..52731ca 100644 --- a/src/cos_object.c +++ b/src/cos_object.c @@ -17,6 +17,7 @@ #include <nspdf/errors.h> #include "xref.h" +#include "cos_content.h" #include "cos_object.h" #include "cos_parse.h" #include "pdf_doc.h" |