forked from lix-project/lix
Add missing #include
This commit is contained in:
parent
18b7363a69
commit
b3ba762dbf
|
@ -1,5 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
/* A trivial class to run a function at the end of a scope. */
|
/* A trivial class to run a function at the end of a scope. */
|
||||||
class Finally
|
class Finally
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue