mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	Include utility header in autoreset.hpp for std::move
This commit is contained in:
		 Nathan Lanza
					Nathan Lanza
				
			
				
					committed by
					
						 Arthur Sonzogni
						Arthur Sonzogni
					
				
			
			
				
	
			
			
			 Arthur Sonzogni
						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