mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 05:28:15 +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
 | 
			
		||||
#define FTXUI_UTIL_AUTORESET_HPP
 | 
			
		||||
 | 
			
		||||
#include <utility>
 | 
			
		||||
 | 
			
		||||
namespace ftxui {
 | 
			
		||||
 | 
			
		||||
/// Assign a value to a variable, reset its old value when going out of scope.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user