Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix MSVC compiling issue
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/httpfetch.cpp
|
@@ -17,6 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
|
|
*/ |
|
|
|
|
|
#include "socket.h" // for select() |
|
|
#include "httpfetch.h" |
|
|
#include <iostream> |
|
|
#include <sstream> |
|
@@ -30,7 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
#include "log.h" |
|
|
#include "util/container.h" |
|
|
#include "util/thread.h" |
|
|
#include "socket.h" // for select() |
|
|
|
|
|
JMutex g_httpfetch_mutex; |
|
|
std::map<unsigned long, std::list<HTTPFetchResult> > g_httpfetch_results; |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.