Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix MSVC compiling issue
  • Loading branch information
BlockMen committed Dec 16, 2013
1 parent 3946d2a commit c9ac999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpfetch.cpp
Expand Up @@ -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>
Expand All @@ -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;
Expand Down

0 comments on commit c9ac999

Please sign in to comment.