diff options
Diffstat (limited to 'src/common/Throttle.h')
-rw-r--r-- | src/common/Throttle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Throttle.h b/src/common/Throttle.h index e190b946c45..fb5d949b438 100644 --- a/src/common/Throttle.h +++ b/src/common/Throttle.h @@ -6,7 +6,7 @@ #include <atomic> #include <chrono> -#include <iostream> +#include <iosfwd> #include <list> #include <map> |