mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			340 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			340 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/simgear/scene/viewer/Compositor.hxx b/simgear/scene/viewer/Compositor.hxx
 | |
| index f7e538c..74465af 100644
 | |
| --- a/simgear/scene/viewer/Compositor.hxx
 | |
| +++ b/simgear/scene/viewer/Compositor.hxx
 | |
| @@ -17,6 +17,7 @@
 | |
|  #ifndef SG_COMPOSITOR_HXX
 | |
|  #define SG_COMPOSITOR_HXX
 | |
|  
 | |
| +#include <array>
 | |
|  #include <unordered_map>
 | |
|  #include <vector>
 | |
|  
 |