------------------------------------------------------------ revno: 12291 revision-id: kinkie@squid-cache.org-20120815170106-0n7kc64y1b8y26ke parent: kinkie@squid-cache.org-20120815151732-11rihmtze186wsga committer: Francesco Chemolli branch nick: trunk timestamp: Wed 2012-08-15 19:01:06 +0200 message: Added missing include in mem_hdr_test ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: kinkie@squid-cache.org-20120815170106-0n7kc64y1b8y26ke # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: 799cac42b28396d92884eacee21af05efb1e7841 # timestamp: 2012-08-15 17:51:41 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: kinkie@squid-cache.org-20120815151732-\ # 11rihmtze186wsga # # Begin patch === modified file 'test-suite/mem_hdr_test.cc' --- test-suite/mem_hdr_test.cc 2012-08-14 11:53:07 +0000 +++ test-suite/mem_hdr_test.cc 2012-08-15 17:01:06 +0000 @@ -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)