##// END OF EJS Templates
Added missing headers...
jeandet -
r23:c5573c66db57
parent child
Show More
@@ -27,8 +27,8 if (NOT pybind11_FOUND)
27 add_subdirectory(external/pybind11)
27 add_subdirectory(external/pybind11)
28 endif()
28 endif()
29
29
30 find_package(catalogs CONFIG QUIET)
30 find_package(libcatalogs CONFIG QUIET)
31 if (NOT CatalogueAPI_FOUND)
31 if (NOT libcatalogs_FOUND)
32 execute_process(COMMAND git submodule init external/libcatalogs WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
32 execute_process(COMMAND git submodule init external/libcatalogs WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
33 execute_process(COMMAND git submodule update external/libcatalogs WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
33 execute_process(COMMAND git submodule update external/libcatalogs WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
34 add_subdirectory(external/libcatalogs)
34 add_subdirectory(external/libcatalogs)
@@ -1,6 +1,8
1 #ifndef SCIQLOP_DATETIMERANGEHELPER_H
1 #ifndef SCIQLOP_DATETIMERANGEHELPER_H
2 #define SCIQLOP_DATETIMERANGEHELPER_H
2 #define SCIQLOP_DATETIMERANGEHELPER_H
3
3
4 #include <optional>
5
4 #include <cmath>
6 #include <cmath>
5 #include <variant>
7 #include <variant>
6 #include <QObject>
8 #include <QObject>
@@ -1,6 +1,8
1 #ifndef SCIQLOP_VARIABLE_H
1 #ifndef SCIQLOP_VARIABLE_H
2 #define SCIQLOP_VARIABLE_H
2 #define SCIQLOP_VARIABLE_H
3
3
4 #include <optional>
5
4 #include <QLoggingCategory>
6 #include <QLoggingCategory>
5 #include <QObject>
7 #include <QObject>
6 #include <QUuid>
8 #include <QUuid>
General Comments 0
You need to be logged in to leave comments. Login now