Skip to content

Commit

Permalink
Explicitly include subpar if we're using its macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Oct 25, 2024
1 parent d714d7f commit 0e5e705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/tatami_stats/ranges.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define TATAMI_STATS_RANGES_HPP

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

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

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

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

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

#include <vector>
Expand Down

0 comments on commit 0e5e705

Please sign in to comment.