From 3b687c5474113b64f186388883ca85cdfe6523d4 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Mon, 10 Apr 2017 23:08:19 +0200 Subject: Move VERSION_MKSTRING logic to version.h Fixes a bug where the VERSION_PATCH define is not yet in scope if typedefs.h is included before version.h at compilation time. --- scene/main/http_request.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scene/main/http_request.cpp') diff --git a/scene/main/http_request.cpp b/scene/main/http_request.cpp index 9c8a3e3b9..ecd864da8 100644 --- a/scene/main/http_request.cpp +++ b/scene/main/http_request.cpp @@ -29,6 +29,8 @@ /*************************************************************************/ #include "http_request.h" +#include "version.h" + void HTTPRequest::_redirect_request(const String &p_new_url) { } -- cgit v1.2.3-70-g09d2