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