Skip to content

Commit

Permalink
only include <execution> if using parallel sort
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Mar 18, 2021
1 parent 81aa449 commit 011fc70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/impl/autotierfs/tierEngine/tiering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@

#include "tierEngine.hpp"
#include "alert.hpp"

#ifndef NO_PAR_SORT
#include <execution>
#endif

void TierEngine::begin(bool daemon_mode){
Logging::log.message("autotier started.", 1);
Expand Down

0 comments on commit 011fc70

Please sign in to comment.