Skip to content
Snippets Groups Projects
Commit ad087cb5 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

Merge branch 'master' of github.com:ChimeraTK/ApplicationCore

parents 5af2c6dc a8bafe00
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ include(cmake/add_dependency.cmake)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
set(${PROJECT_NAME}_MAJOR_VERSION 01)
set(${PROJECT_NAME}_MINOR_VERSION 00)
set(${PROJECT_NAME}_MINOR_VERSION 01)
set(${PROJECT_NAME}_PATCH_VERSION 00)
include(cmake/set_version_numbers.cmake)
......
......@@ -87,6 +87,8 @@
#undef GENERATE_XML
#include "ApplicationCore.h"
#include <queue>
#include <map>
#include <fstream>
namespace ctk = ChimeraTK;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment