Add include for scope header file

This commit is contained in:
Jonathan G Rennison
2018-08-26 04:50:47 +01:00
parent 183a5cb114
commit 6c546a2145

View File

@@ -12,6 +12,8 @@
#ifndef SCOPE_H
#define SCOPE_H
#include <utility>
template <typename T>
class scope_exit_obj {
T f;