mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00: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…
Add table
Add a link
Reference in a new issue