Skip to content

Commit

Permalink
Include subpar explicitly when sanitizing the number of threads.
Browse files Browse the repository at this point in the history
Also bumped version number for a new release.
  • Loading branch information
LTLA committed Sep 5, 2024
1 parent 146772b commit 6879208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions include/tatami_stats/counts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define TATAMI_STATS_COUNTS_HPP

#include "tatami/tatami.hpp"
#include "subpar/subpar.hpp"

#include <vector>
#include <algorithm>
Expand Down

0 comments on commit 6879208

Please sign in to comment.