diff options
Diffstat (limited to 'src/buildtool/progress_reporting/task_tracker.hpp')
-rw-r--r-- | src/buildtool/progress_reporting/task_tracker.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/progress_reporting/task_tracker.hpp b/src/buildtool/progress_reporting/task_tracker.hpp index 6a92ee12..b3ff8809 100644 --- a/src/buildtool/progress_reporting/task_tracker.hpp +++ b/src/buildtool/progress_reporting/task_tracker.hpp @@ -15,6 +15,7 @@ #ifndef INCLUDED_SRC_BUILDTOOL_PROGRESS_REPORTING_TASK_TRACKER_HPP #define INCLUDED_SRC_BUILDTOOL_PROGRESS_REPORTING_TASK_TRACKER_HPP +#include <cstddef> #include <cstdint> #include <mutex> #include <string> |