PDF posix build

This commit is contained in:
Alex Fabijanic
2018-02-08 21:03:55 -06:00
parent 3a40c0dcbc
commit c56cf063b0
3 changed files with 5 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
include $(POCO_BASE)/build/rules/global
objects = Text
objects = Template
target = Template
target_version = 1

View File

@@ -7,6 +7,7 @@
#include "Poco/Path.h"
#include "Poco/File.h"
#include "Poco/Exception.h"
#include <iostream>
#if defined(POCO_OS_FAMILY_UNIX)