mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
trunk/branch integration: UNBUNDLED patch
This commit is contained in:
@@ -37,7 +37,11 @@
|
|||||||
#include "Poco/RegularExpression.h"
|
#include "Poco/RegularExpression.h"
|
||||||
#include "Poco/Exception.h"
|
#include "Poco/Exception.h"
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
#if defined(POCO_UNBUNDLED)
|
||||||
|
#include <pcre.h>
|
||||||
|
#else
|
||||||
#include "pcre.h"
|
#include "pcre.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
namespace Poco {
|
namespace Poco {
|
||||||
|
|||||||
Reference in New Issue
Block a user