mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	region: Add #include to make header dependency explicit
This commit is contained in:
		
							parent
							
								
									d2fae39fe3
								
							
						
					
					
						commit
						e0388ba8bf
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -2,6 +2,8 @@
 | 
				
			||||||
#ifndef __LABWC_REGIONS_H
 | 
					#ifndef __LABWC_REGIONS_H
 | 
				
			||||||
#define __LABWC_REGIONS_H
 | 
					#define __LABWC_REGIONS_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <wlr/util/box.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct seat;
 | 
					struct seat;
 | 
				
			||||||
struct view;
 | 
					struct view;
 | 
				
			||||||
struct server;
 | 
					struct server;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue