List: add missing array include
List.h uses `std::array` as container, but is missing the `<array>` include. Add it to make the header self contained. The `memory` include is unused and can be removed.
This commit is contained in:
		
							parent
							
								
									09a50dcc15
								
							
						
					
					
						commit
						4229386501
					
				| @ -2,7 +2,7 @@ | |||||||
| 
 | 
 | ||||||
| #include <lvgl/lvgl.h> | #include <lvgl/lvgl.h> | ||||||
| #include <cstdint> | #include <cstdint> | ||||||
| #include <memory> | #include <array> | ||||||
| #include "displayapp/screens/Screen.h" | #include "displayapp/screens/Screen.h" | ||||||
| #include "displayapp/Apps.h" | #include "displayapp/Apps.h" | ||||||
| #include "components/settings/Settings.h" | #include "components/settings/Settings.h" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Reinhold Gschweicher
						Reinhold Gschweicher