Skip to content

Commit

Permalink
Include stdexcept instead of exception (#8559)
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca authored and janisozaur committed Jan 5, 2019
1 parent 322be79 commit 0328355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2/network/Http.cpp
Expand Up @@ -10,8 +10,8 @@
#include "Http.h"

#include <cstring>
#include <exception>
#include <memory>
#include <stdexcept>
#include <thread>

#ifndef DISABLE_HTTP
Expand Down

0 comments on commit 0328355

Please sign in to comment.