diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-07-31 14:39:09 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-07-31 14:39:09 +0000 |
commit | e188596ef3e912f62e3ae85c8da905a54fc41d8b (patch) | |
tree | ebd384645bf62c640a04fe0308bcbac05e8087e0 /pcre_stringpiece.cc | |
parent | 235d0eb42c6281f0d8a1863f866c4d2722f0cdcf (diff) | |
download | pcre-e188596ef3e912f62e3ae85c8da905a54fc41d8b.tar.gz |
Daniel's patch for config.h and Windows DLL declarations (not fully working).
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@199 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_stringpiece.cc')
-rw-r--r-- | pcre_stringpiece.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pcre_stringpiece.cc b/pcre_stringpiece.cc index dbdb509..a8e1e2c 100644 --- a/pcre_stringpiece.cc +++ b/pcre_stringpiece.cc @@ -30,8 +30,12 @@ // Author: wilsonh@google.com (Wilson Hsieh) // +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <iostream> -#include "config.h" +#include "pcrecpp_internal.h" #include "pcre_stringpiece.h" std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) { |