diff --git a/CMakeLists.txt b/CMakeLists.txt index d4a031506f..f0d3d00102 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,8 +105,8 @@ endif() list(GET QT_VERSION 0 QT_PREFIX) set(SCORE_VERSION_MAJOR 3) -set(SCORE_VERSION_MINOR 3) -set(SCORE_VERSION_PATCH 2) +set(SCORE_VERSION_MINOR 4) +set(SCORE_VERSION_PATCH 0) set(SCORE_VERSION_EXTRA "") set(SCORE_CODENAME "Artachat") diff --git a/src/plugins/score-plugin-scenario/Scenario/Document/Interval/FullView/NodalIntervalView.cpp b/src/plugins/score-plugin-scenario/Scenario/Document/Interval/FullView/NodalIntervalView.cpp index 79a1b38255..bd962e2b46 100644 --- a/src/plugins/score-plugin-scenario/Scenario/Document/Interval/FullView/NodalIntervalView.cpp +++ b/src/plugins/score-plugin-scenario/Scenario/Document/Interval/FullView/NodalIntervalView.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #include #include