Include stdexcept instead of exception (#8559)

This commit is contained in:
Ted John 2019-01-05 21:12:47 +00:00 committed by Michał Janiszewski
parent 322be796e3
commit 0328355f9e
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@
#include "Http.h"
#include <cstring>
#include <exception>
#include <memory>
#include <stdexcept>
#include <thread>
#ifndef DISABLE_HTTP