diff --git a/CMakeLists.txt b/CMakeLists.txt index da39380..d6a86f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(META_APP_CATEGORIES "Utility;") set(META_GUI_OPTIONAL false) set(META_VERSION_MAJOR 0) set(META_VERSION_MINOR 0) -set(META_VERSION_PATCH 14) +set(META_VERSION_PATCH 15) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) set(META_CXX_STANDARD 17) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) diff --git a/generator/codefactory.cpp b/generator/codefactory.cpp index 45e8f00..e947095 100644 --- a/generator/codefactory.cpp +++ b/generator/codefactory.cpp @@ -1,5 +1,5 @@ -#include "./clangversionabstraction.h" #include "./codefactory.h" +#include "./clangversionabstraction.h" #include "./frontendaction.h" #include