aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/scope_exit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/scope_exit.h')
-rw-r--r--src/common/scope_exit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/scope_exit.h b/src/common/scope_exit.h
index 77dcbaa2..08f09a8c 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>