summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Version.cpp
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2016-06-26 00:35:00 -0400
committerGitHub <noreply@github.com>2016-06-26 00:35:00 -0400
commit3d72fe3173d4f500d3025766c0578eb26d588c9f (patch)
tree4c3b7bb699c8960b0855b2e4b2cf31cef61b0315 /Source/Core/Common/Version.cpp
parent3a2616714845781deea087c8cfdb965adc04b447 (diff)
parent659d079d5ca44caf210f61ac49534589b75d3f3d (diff)
Merge pull request #3942 from comex/osx-build-fix
Fix in-tree build (cmake .) on OS X.
Diffstat (limited to 'Source/Core/Common/Version.cpp')
-rw-r--r--Source/Core/Common/Version.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Version.cpp b/Source/Core/Common/Version.cpp
index c21896afdc..fba14eeeb6 100644
--- a/Source/Core/Common/Version.cpp
+++ b/Source/Core/Common/Version.cpp
@@ -3,7 +3,7 @@
// Refer to the license.txt file included.
#include "Common/Common.h"
-#include "scmrev.h"
+#include "Common/scmrev.h"
#ifdef _DEBUG
#define BUILD_TYPE_STR "Debug "