From 68792081d89ab42ce80e50641fe15b238bb4bb80 Mon Sep 17 00:00:00 2001 From: LTLA Date: Thu, 5 Sep 2024 10:06:23 -0700 Subject: [PATCH] Include subpar explicitly when sanitizing the number of threads. Also bumped version number for a new release. --- CMakeLists.txt | 2 +- include/tatami_stats/counts.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f45d04..8ea7c43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.24) project(tatami_stats - VERSION 1.1.1 + VERSION 1.1.2 DESCRIPTION "Matrix statistics for tatami" LANGUAGES CXX) diff --git a/include/tatami_stats/counts.hpp b/include/tatami_stats/counts.hpp index 34e687f..1aac6ec 100644 --- a/include/tatami_stats/counts.hpp +++ b/include/tatami_stats/counts.hpp @@ -2,6 +2,7 @@ #define TATAMI_STATS_COUNTS_HPP #include "tatami/tatami.hpp" +#include "subpar/subpar.hpp" #include #include