From bfab72e50fe8b94bd3a7dbcf63114002008575ea Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 7 Apr 2014 08:20:09 +0200 Subject: very simple non-working implementation of streambufs for hhvm --- hhvm/includes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hhvm/includes.h') diff --git a/hhvm/includes.h b/hhvm/includes.h index b6f25c1..0e587db 100644 --- a/hhvm/includes.h +++ b/hhvm/includes.h @@ -16,6 +16,7 @@ #include #include #include +#include /** * HHVM includes @@ -45,6 +46,7 @@ * Generic implementation header files */ #include "../common/extensionbase.h" +#include "../common/streambuf.h" /** * Specific HHVM header files for the implementation only -- cgit v1.2.3