mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Add missing <algorithm> include
This commit is contained in:
		 Mikael Olenfalk
					Mikael Olenfalk
				
			
				
					committed by
					
						 ArthurSonzogni
						ArthurSonzogni
					
				
			
			
				
	
			
			
			 ArthurSonzogni
						ArthurSonzogni
					
				
			
						parent
						
							a1c390ea31
						
					
				
				
					commit
					539ec45036
				
			| @@ -1,6 +1,8 @@ | ||||
| #include "ftxui/dom/elements.hpp" | ||||
| #include "ftxui/dom/node.hpp" | ||||
|  | ||||
| #include <algorithm> | ||||
|  | ||||
| namespace ftxui { | ||||
|  | ||||
| using namespace ftxui; | ||||
|   | ||||
| @@ -1,6 +1,8 @@ | ||||
| #include "ftxui/dom/elements.hpp" | ||||
| #include "ftxui/dom/node.hpp" | ||||
|  | ||||
| #include <algorithm> | ||||
|  | ||||
| namespace ftxui { | ||||
|  | ||||
| class DBox : public Node { | ||||
|   | ||||
| @@ -4,6 +4,8 @@ | ||||
| #include "ftxui/dom/node.hpp" | ||||
| #include "ftxui/util/autoreset.hpp" | ||||
|  | ||||
| #include <algorithm> | ||||
|  | ||||
| namespace ftxui { | ||||
|  | ||||
| using namespace ftxui; | ||||
|   | ||||
| @@ -3,6 +3,8 @@ | ||||
| #include "ftxui/dom/elements.hpp" | ||||
| #include "ftxui/dom/node.hpp" | ||||
|  | ||||
| #include <algorithm> | ||||
|  | ||||
| namespace ftxui { | ||||
|  | ||||
| class HBox : public Node { | ||||
|   | ||||
| @@ -1,6 +1,8 @@ | ||||
| #include "ftxui/dom/elements.hpp" | ||||
| #include "ftxui/dom/node.hpp" | ||||
|  | ||||
| #include <algorithm> | ||||
|  | ||||
| namespace ftxui { | ||||
|  | ||||
| class HFlow : public Node { | ||||
|   | ||||
| @@ -3,6 +3,8 @@ | ||||
| #include "ftxui/dom/elements.hpp" | ||||
| #include "ftxui/dom/node.hpp" | ||||
|  | ||||
| #include <algorithm> | ||||
|  | ||||
| namespace ftxui { | ||||
|  | ||||
| class Size : public Node { | ||||
|   | ||||
| @@ -3,6 +3,8 @@ | ||||
| #include "ftxui/dom/elements.hpp" | ||||
| #include "ftxui/dom/node.hpp" | ||||
|  | ||||
| #include <algorithm> | ||||
|  | ||||
| namespace ftxui { | ||||
|  | ||||
| class VBox : public Node { | ||||
|   | ||||
| @@ -7,6 +7,7 @@ | ||||
| #include "ftxui/screen/string.hpp" | ||||
| #include "ftxui/screen/terminal.hpp" | ||||
|  | ||||
|  | ||||
| namespace ftxui { | ||||
|  | ||||
| namespace { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user