Browse Source

Add missing header

Tindy X 5 years ago
parent
commit
4459dd7f6c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/webget.cpp

+ 1 - 0
src/webget.cpp

@@ -2,6 +2,7 @@
 #include <unistd.h>
 #include <sys/stat.h>
 //#include <mutex>
+#include <thread>
 #include <atomic>
 
 #include <curl/curl.h>