mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-18 23:41:08 +02:00
trunk/branch integration: UNBUNDLED patch
This commit is contained in:
parent
dd89dc0da6
commit
77290a0af3
@ -35,7 +35,11 @@
|
||||
|
||||
|
||||
#include "Poco/Checksum.h"
|
||||
#if defined(POCO_UNBUNDLED)
|
||||
#include <zlib.h>
|
||||
#else
|
||||
#include "Poco/zlib.h"
|
||||
#endif
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
Loading…
x
Reference in New Issue
Block a user