summaryrefslogtreecommitdiff
path: root/pcre_stringpiece.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'pcre_stringpiece.h.in')
-rw-r--r--pcre_stringpiece.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcre_stringpiece.h.in b/pcre_stringpiece.h.in
index 369c10f..eb25826 100644
--- a/pcre_stringpiece.h.in
+++ b/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 */