Merge branch 'master' into feature/grid-labels

This commit is contained in:
Malin E
2022-09-19 09:38:40 +02:00

View File

@@ -22,6 +22,10 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#include <algorithm>
#include <string>
#include <string_view>
namespace {
constexpr std::string_view _loggerCat = "ExoplanetsModule";