From 01eae8299ee543612857f530a6bd02b7116879e9 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sat, 9 Jun 2018 22:54:08 -0700 Subject: [PATCH] Updated musikcubed/main.cpp with the new version.h location. --- src/musikcubed/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musikcubed/main.cpp b/src/musikcubed/main.cpp index a1c08587c..0dab816f0 100644 --- a/src/musikcubed/main.cpp +++ b/src/musikcubed/main.cpp @@ -20,7 +20,7 @@ #include #include -#include "../core/version.h" +#include "../musikcube/app/version.h" using namespace musik; using namespace musik::core;