diff options
| author | Mat M <mathew1800@gmail.com> | 2016-06-26 00:35:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-26 00:35:00 -0400 |
| commit | 3d72fe3173d4f500d3025766c0578eb26d588c9f (patch) | |
| tree | 4c3b7bb699c8960b0855b2e4b2cf31cef61b0315 /Source/Core/Common/Version.cpp | |
| parent | 3a2616714845781deea087c8cfdb965adc04b447 (diff) | |
| parent | 659d079d5ca44caf210f61ac49534589b75d3f3d (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.cpp | 2 |
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 " |
