diff options
Diffstat (limited to 'src/common/scope_exit.h')
-rw-r--r-- | src/common/scope_exit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/scope_exit.h b/src/common/scope_exit.h index 77dcbaa223..08f09a8c86 100644 --- a/src/common/scope_exit.h +++ b/src/common/scope_exit.h @@ -5,6 +5,7 @@ #pragma once #include "common/common_funcs.h" +#include <utility> namespace detail { template <typename Func> |