diff --git a/CMakeLists.txt b/CMakeLists.txt index 5df4b2eb1f..45b479a585 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -942,7 +942,7 @@ file(WRITE ${PROJECT_BINARY_DIR}/Source/Core/Common/scmrev.h "#define SCM_IS_MASTER " ${DOLPHIN_WC_IS_STABLE} "\n" "#define SCM_DISTRIBUTOR_STR \"" ${DISTRIBUTOR} "\"\n" ) -include_directories("${PROJECT_BINARY_DIR}/Source/Core/Common") +include_directories("${PROJECT_BINARY_DIR}/Source/Core") ######################################## # Unit testing. 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 "