mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +08:00
Include utility header in autoreset.hpp for std::move
This commit is contained in:
parent
2445dc03d3
commit
a24abdae19
@ -1,6 +1,8 @@
|
||||
#ifndef FTXUI_UTIL_AUTORESET_HPP
|
||||
#define FTXUI_UTIL_AUTORESET_HPP
|
||||
|
||||
#include <utility>
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
/// Assign a value to a variable, reset its old value when going out of scope.
|
||||
|
Loading…
Reference in New Issue
Block a user