mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 13:38:14 +08:00 
			
		
		
		
	Use IWYU.
This commit is contained in:
		@@ -1,7 +1,11 @@
 | 
			
		||||
#include <stddef.h>
 | 
			
		||||
#include <ftxui/dom/elements.hpp>
 | 
			
		||||
#include <ftxui/screen/screen.hpp>
 | 
			
		||||
#include <ftxui/screen/string.hpp>
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <string>
 | 
			
		||||
 | 
			
		||||
#include "ftxui/dom/node.hpp"
 | 
			
		||||
#include "ftxui/screen/box.hpp"
 | 
			
		||||
 | 
			
		||||
int main(int argc, const char* argv[]) {
 | 
			
		||||
  using namespace ftxui;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user