summaryrefslogtreecommitdiff
path: root/zen/http.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/http.cpp')
-rw-r--r--zen/http.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/zen/http.cpp b/zen/http.cpp
index 93651d0b..4f2c5205 100644
--- a/zen/http.cpp
+++ b/zen/http.cpp
@@ -12,6 +12,8 @@
using namespace zen;
+
+
class HttpInputStream::Impl
{
public:
bgstack15