about summary refs log tree commit diff
path: root/src/libutil/finally.hh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/libutil/finally.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/finally.hh b/src/libutil/finally.hh
index 47c64deaecea..7760cfe9a410 100644
--- a/src/libutil/finally.hh
+++ b/src/libutil/finally.hh
@@ -1,5 +1,7 @@
 #pragma once
 
+#include <functional>
+
 /* A trivial class to run a function at the end of a scope. */
 class Finally
 {