]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4805: add missing include for stdexcept (#124)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sun, 14 Jan 2018 00:01:56 +0000 (13:01 +1300)
committerGitHub <noreply@github.com>
Sun, 14 Jan 2018 00:01:56 +0000 (13:01 +1300)
commit205f23455383421e227ad59211fca3eb40fe52c5
tree39754d32d31cddfebc5020da0e83f33792358d22
parent428819f3fcf8fb4ceb2fe144920bbc847eb52460
Bug 4805: add missing include for stdexcept (#124)

Now that TextException inherits from std::runtime_error we have to include the definitions from stdexcept.

The exception include only defines std::exception base class.
src/base/TextException.h