diff options
Diffstat (limited to 'pcre/pcre_stringpiece.h.in')
-rw-r--r-- | pcre/pcre_stringpiece.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcre/pcre_stringpiece.h.in b/pcre/pcre_stringpiece.h.in index 369c10f31b7..eb25826b453 100644 --- a/pcre/pcre_stringpiece.h.in +++ b/pcre/pcre_stringpiece.h.in @@ -174,6 +174,7 @@ template<> struct __type_traits<pcrecpp::StringPiece> { #endif // allow StringPiece to be logged -std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece); +PCRECPP_EXP_DECL std::ostream& operator<<(std::ostream& o, + const pcrecpp::StringPiece& piece); #endif /* _PCRE_STRINGPIECE_H */ |