Add include for scope header file

save_ext
Jonathan G Rennison 6 years ago
parent 183a5cb114
commit 6c546a2145

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

Loading…
Cancel
Save