Преглед на файлове

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>