mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 05:28:15 +08:00 
			
		
		
		
	Use IWYU.
This commit is contained in:
		@@ -4,9 +4,16 @@
 | 
			
		||||
#include <ftxui/screen/string.hpp>
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <list>
 | 
			
		||||
#include <memory>
 | 
			
		||||
#include <string>
 | 
			
		||||
#include <thread>
 | 
			
		||||
#include <utility>
 | 
			
		||||
#include <vector>
 | 
			
		||||
 | 
			
		||||
#include "ftxui/dom/node.hpp"
 | 
			
		||||
#include "ftxui/screen/box.hpp"
 | 
			
		||||
#include "ftxui/screen/color.hpp"
 | 
			
		||||
 | 
			
		||||
/// @example examples/dom/package_manage.cpp
 | 
			
		||||
 | 
			
		||||
int main(int argc, const char* argv[]) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user