diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-10 23:08:19 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-20 12:14:34 +0200 |
commit | 99529fb80dd4914807d89dafc82087da7b4c26c2 (patch) | |
tree | a62fd6650bf56b511f746dfb5c766868cf032cfb /core/class_db.cpp | |
parent | 22b9c0207bf3a50bcc0db6df8af5ec2d8631abcc (diff) |
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 'core/class_db.cpp')
-rw-r--r-- | core/class_db.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/class_db.cpp b/core/class_db.cpp index 94a907a1f0..0ca982303d 100644 --- a/core/class_db.cpp +++ b/core/class_db.cpp @@ -30,6 +30,7 @@ #include "class_db.h" #include "os/mutex.h" +#include "version.h" #ifdef NO_THREADS |