From: Francesco Chemolli Date: Wed, 15 Aug 2012 17:01:06 +0000 (+0200) Subject: Added missing include in mem_hdr_test X-Git-Tag: sourceformat-review-1~107^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42b1a6650f41dd32fa1d09ff575de8cd380c6f17;p=thirdparty%2Fsquid.git Added missing include in mem_hdr_test --- diff --git a/test-suite/mem_hdr_test.cc b/test-suite/mem_hdr_test.cc index 76896265d7..2abe1081eb 100644 --- a/test-suite/mem_hdr_test.cc +++ b/test-suite/mem_hdr_test.cc @@ -43,6 +43,9 @@ #if HAVE_IOSTREAM #include #endif +#if HAVE_SSTREAM +#include +#endif /*For a reason required on some platforms */ unsigned int TextException::FileNameHash(const char *fname)