mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
added missing include of exception (#1752)
This commit is contained in:
parent
55e99c4030
commit
65218ce222
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ using socket_t = int;
|
|||
#include <condition_variable>
|
||||
#include <cstring>
|
||||
#include <errno.h>
|
||||
#include <exception>
|
||||
#include <fcntl.h>
|
||||
#include <fstream>
|
||||
#include <functional>
|
||||
|
|
Loading…
Reference in a new issue