summaryrefslogtreecommitdiffstats
path: root/scene/main/http_request.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-04-10 23:08:19 +0200
committerRémi Verschelde <rverschelde@gmail.com>2017-04-20 12:14:34 +0200
commit99529fb80dd4914807d89dafc82087da7b4c26c2 (patch)
treea62fd6650bf56b511f746dfb5c766868cf032cfb /scene/main/http_request.cpp
parent22b9c0207bf3a50bcc0db6df8af5ec2d8631abcc (diff)
downloadredot-engine-99529fb80dd4914807d89dafc82087da7b4c26c2.tar.gz
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. (cherry picked from commit 3b687c5474113b64f186388883ca85cdfe6523d4)
Diffstat (limited to 'scene/main/http_request.cpp')
-rw-r--r--scene/main/http_request.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/main/http_request.cpp b/scene/main/http_request.cpp
index 783afc8b58..a9b2dba186 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) {
}