mirror of
				https://github.com/ohwgiles/laminar.git
				synced 2025-06-13 12:54:29 +00:00 
			
		
		
		
	add missing #includes
New compiler version exposed missing header files resolves #123
This commit is contained in:
		
							parent
							
								
									eadcdbdf9c
								
							
						
					
					
						commit
						6c61fb3111
					
				| @ -19,6 +19,7 @@ | ||||
| #ifndef LAMINAR_CONF_H_ | ||||
| #define LAMINAR_CONF_H_ | ||||
| 
 | ||||
| #include <string> | ||||
| #include <unordered_map> | ||||
| 
 | ||||
| class StringMap : public std::unordered_map<std::string, std::string> { | ||||
|  | ||||
| @ -24,6 +24,7 @@ | ||||
| #include <capnp/message.h> | ||||
| #include <capnp/capability.h> | ||||
| #include <functional> | ||||
| #include <sys/types.h> | ||||
| 
 | ||||
| struct Laminar; | ||||
| struct Http; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user