summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/value.h b/include/value.h
index 40327cd..29b64af 100644
--- a/include/value.h
+++ b/include/value.h
@@ -1204,7 +1204,7 @@ protected:
* @param value
* @return ostream
*/
-std::ostream &operator<<(std::ostream &stream, const Value &value);
+PHPCPP_EXPORT std::ostream &operator<<(std::ostream &stream, const Value &value);
/**
* Custom +=, -=, *=, /=, &= operators, to update integral types with a Php::Value