aboutsummaryrefslogtreecommitdiff
path: root/base/version.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/version.cpp')
-rw-r--r--base/version.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/version.cpp b/base/version.cpp
index 17058d4a03..055067a656 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -24,9 +24,11 @@
*/
#include "common/scummsys.h"
-#include "base/internal_version.h"
#include "base/version.h"
+#define INCLUDED_FROM_BASE_VERSION_CPP
+#include "base/internal_version.h"
+
/*
* Version string and build date string. These can be used by anything that
* wants to display this information to the user (e.g. about dialog).