diff --git a/PDF/Makefile b/PDF/Makefile index deb8ede31..36af05a12 100644 --- a/PDF/Makefile +++ b/PDF/Makefile @@ -8,8 +8,8 @@ include $(POCO_BASE)/build/rules/global INCLUDE += -I $(POCO_BASE)/PDF/include/Poco/PDF -objects = Destination Document Encoder Font Image Outline \ - LinkAnnotation Page PDFException TextAnnotation \ +objects = AttributedString Cell Destination Document Encoder Font Image Outline \ + LinkAnnotation Page PDFException Table TextAnnotation XMLTemplate \ hpdf_3dmeasure hpdf_annotation hpdf_array hpdf_binary hpdf_boolean \ hpdf_catalog hpdf_destination hpdf_dict hpdf_doc hpdf_doc_png \ hpdf_encoder hpdf_encoder_cns hpdf_encoder_cnt hpdf_encoder_jp \ @@ -29,6 +29,6 @@ objects = Destination Document Encoder Font Image Outline \ target = PocoPDF target_version = $(LIBVERSION) -target_libs = PocoUtil PocoFoundation +target_libs = PocoXML PocoJSON PocoUtil PocoFoundation include $(POCO_BASE)/build/rules/lib diff --git a/PDF/samples/Template/Makefile b/PDF/samples/Template/Makefile index e1e3d7bda..7e8e4d871 100644 --- a/PDF/samples/Template/Makefile +++ b/PDF/samples/Template/Makefile @@ -6,7 +6,7 @@ include $(POCO_BASE)/build/rules/global -objects = Text +objects = Template target = Template target_version = 1 diff --git a/PDF/samples/Template/src/Template.cpp b/PDF/samples/Template/src/Template.cpp index f513ca130..9d7730d82 100644 --- a/PDF/samples/Template/src/Template.cpp +++ b/PDF/samples/Template/src/Template.cpp @@ -7,6 +7,7 @@ #include "Poco/Path.h" #include "Poco/File.h" #include "Poco/Exception.h" +#include #if defined(POCO_OS_FAMILY_UNIX)