aboutsummaryrefslogtreecommitdiff
path: root/scene/main/http_request.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-04-10 23:08:19 +0200
committerRémi Verschelde2017-04-10 23:08:28 +0200
commit3b687c5474113b64f186388883ca85cdfe6523d4 (patch)
treec00658b547c094c3f190227d8ec978301f500a6c /scene/main/http_request.cpp
parentc449df86f7007176cc55faab611297e67b054328 (diff)
downloadgodot-3b687c5474113b64f186388883ca85cdfe6523d4.tar.gz
godot-3b687c5474113b64f186388883ca85cdfe6523d4.tar.zst
godot-3b687c5474113b64f186388883ca85cdfe6523d4.zip
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.
Diffstat (limited to '')
-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 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) {
}