summaryrefslogtreecommitdiff
path: root/src/net/download.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/download.cpp')
-rw-r--r--src/net/download.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/download.cpp b/src/net/download.cpp
index ecc36a0c..9a1dcdd1 100644
--- a/src/net/download.cpp
+++ b/src/net/download.cpp
@@ -24,10 +24,11 @@
#include "log.h"
#include "main.h"
+#include <curl/curl.h>
+
#include <SDL.h>
#include <SDL_thread.h>
-#include <curl/curl.h>
#include <zlib.h>
const char *DOWNLOAD_ERROR_MESSAGE_THREAD = "Could not create download thread!";