]> git.ipfire.org Git - thirdparty/squid.git/commit - src/base/InstanceId.cc
Fix build after ccfbe8f (Report context of cache.log messages) (#495)
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 19 Oct 2019 16:19:10 +0000 (16:19 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 20 Oct 2019 05:13:47 +0000 (05:13 +0000)
commit4c3f7931643ca4a87d6f2e084604182379449f7b
treef1b069676ea783a9b6c6f82d68f4ed11569c4ac1
parent459bba240aa2366cf36e6a3ba3f95e07efefbc7b
Fix build after ccfbe8f (Report context of cache.log messages) (#495)

In some environments (e.g., Ubuntu 14 without libcppunit-dev), GCC
correctly complained that it does not know how to print "[unknown]",
probably because none of the other headers imported `<ostream>` before
importing base/InstanceId.h.
src/base/InstanceId.cc [new file with mode: 0644]
src/base/InstanceId.h
src/base/Makefile.am