Skip to content

Commit

Permalink
Explicitly include parallelize.hpp in the umbrella header.
Browse files Browse the repository at this point in the history
Also bumped version number for new release.
  • Loading branch information
LTLA committed Sep 5, 2024
1 parent f0ee2f5 commit fd8bbf4
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
VERSION 3.1.0
VERSION 3.1.1
DESCRIPTION "A C++ interface for assorted matrix representations"
LANGUAGES CXX)

Expand Down
1 change: 1 addition & 0 deletions include/tatami/tatami.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include "utils/ArrayView.hpp"
#include "utils/SomeNumericArray.hpp"
#include "utils/ConsecutiveOracle.hpp"
#include "utils/parallelize.hpp"
#include "utils/FixedOracle.hpp"
#include "utils/process_consecutive_indices.hpp"

Expand Down

0 comments on commit fd8bbf4

Please sign in to comment.