From 86154175f63a7f1a4b73b3727314ac760d83834e Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 5 May 2012 18:12:36 +0200 Subject: Fixed compilation errors and warnings with GCC 4.7 Also, since GCC 4.7 there is a binary compatibility issue when linking with a Guichan that was not compiled in C++11 mode. This commit also allows compiling with GCC 4.7 with C++11 mode turned off. Reviewed-by: Erik Schilling --- src/net/download.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/download.h') diff --git a/src/net/download.h b/src/net/download.h index c0bdf204..26810f3f 100644 --- a/src/net/download.h +++ b/src/net/download.h @@ -18,6 +18,7 @@ * along with this program. If not, see . */ +#include // pulls in int64_t #include #include -- cgit v1.2.3-70-g09d2