浏览代码

added missing include of exception (#1752)

Matthias Bilger 2 年之前
父节点
当前提交
65218ce222
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      httplib.h

+ 1 - 0
httplib.h

@@ -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>