Skip to content

Commit

Permalink
Add missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Nov 7, 2016
1 parent 18b7363 commit b3ba762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libutil/finally.hh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <functional>

/* A trivial class to run a function at the end of a scope. */
class Finally
{
Expand Down

0 comments on commit b3ba762

Please sign in to comment.