]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added missing header in client_side_reply.cc for clang
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 30 Dec 2013 10:56:07 +0000 (03:56 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 30 Dec 2013 10:56:07 +0000 (03:56 -0700)
src/client_side_reply.cc

index 0c059c4f40c4324db89bae071d9084cfb197a116..d38d3820a5a165d3742b944261905e5064b25536 100644 (file)
@@ -69,6 +69,8 @@
 #include "esi/Esi.h"
 #endif
 
+#include <memory>
+
 CBDATA_CLASS_INIT(clientReplyContext);
 
 /* Local functions */