Просмотр исходного кода

added missing include of exception (#1752)

Matthias Bilger 2 лет назад
Родитель
Сommit
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>