From 37dc2f722f76ac2739c1187a9c2b79a30be9a114 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 30 May 2017 15:07:34 +0200 Subject: [PATCH] Add missing #include --- CMakeLists.txt | 2 +- widgets/pathselection.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e53f35b..cc50178 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") set(META_APP_DESCRIPTION "Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models") set(META_VERSION_MAJOR 5) set(META_VERSION_MINOR 7) -set(META_VERSION_PATCH 0) +set(META_VERSION_PATCH 1) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) # add project files diff --git a/widgets/pathselection.cpp b/widgets/pathselection.cpp index fe3de6d..8dd7d52 100644 --- a/widgets/pathselection.cpp +++ b/widgets/pathselection.cpp @@ -16,6 +16,7 @@ #include #endif +#include #include using namespace std;