diff --git a/src/impl/autotierfs/tierEngine/tiering.cpp b/src/impl/autotierfs/tierEngine/tiering.cpp index e62bd604..fbecacb1 100644 --- a/src/impl/autotierfs/tierEngine/tiering.cpp +++ b/src/impl/autotierfs/tierEngine/tiering.cpp @@ -19,7 +19,10 @@ #include "tierEngine.hpp" #include "alert.hpp" + +#ifndef NO_PAR_SORT #include +#endif void TierEngine::begin(bool daemon_mode){ Logging::log.message("autotier started.", 1);