Skip to content

Commit

Permalink
added missing include of exception (yhirose#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
m42e authored Dec 31, 2023
1 parent 55e99c4 commit 65218ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httplib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 65218ce

Please sign in to comment.