Skip to content

Commit

Permalink
fix(summarize_regions): add spdlog ranges.h for mac install
Browse files Browse the repository at this point in the history
The upgrade doesn't seem to have hit ubuntu yet - only mac install is
failing
  • Loading branch information
jamespeapen committed Nov 15, 2024
1 parent 962b777 commit 2385f5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/summarize_regions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include <progress.hpp>
#include <progress_bar.hpp>
#include <spdlog/fmt/bundled/format.h>
#include <spdlog/fmt/bundled/ranges.h>
// TODO: switch to ranges.h once spdlog 0.0.19 is available for ubuntu

// Protect against compilers without OpenMP
#ifdef _OPENMP
Expand Down

0 comments on commit 2385f5b

Please sign in to comment.