mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-29 12:45:22 +01:00
trunk/branch integration: UNBUNDLED patch
This commit is contained in:
parent
0aab0d41d9
commit
6f9ab52b38
@ -37,7 +37,11 @@
|
||||
#include "Poco/RegularExpression.h"
|
||||
#include "Poco/Exception.h"
|
||||
#include <sstream>
|
||||
#if defined(POCO_UNBUNDLED)
|
||||
#include <pcre.h>
|
||||
#else
|
||||
#include "pcre.h"
|
||||
#endif
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
Loading…
x
Reference in New Issue
Block a user