diff options
Diffstat (limited to 'src/net/download.h')
-rw-r--r-- | src/net/download.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/download.h b/src/net/download.h index ec55e60ae..cb74e5e0a 100644 --- a/src/net/download.h +++ b/src/net/download.h @@ -28,6 +28,8 @@ #include <stdio.h> #include <string> +#include "localconsts.h" + enum DownloadStatus { DOWNLOAD_STATUS_CANCELLED = -3, |