parent
							
								
									1fed2b73cc
								
							
						
					
					
						commit
						2435291bb8
					
				
				 1 changed files with 17 additions and 7 deletions
			
			
		| @ -1,9 +1,19 @@ | |||||||
| #pragma once | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <bakatools/string/string_tools.h> | #ifdef BKM_STRING | ||||||
| #include <bakatools/logging/log.h>  |     #include <bakatools/string/string_tools.h> | ||||||
| #include <bakatools/logging/assert.h> | #endif | ||||||
| #include <bakatools/data_type/trie.h> | #ifdef BKM_BASE | ||||||
| #include <bakatools/time/time.h> |     #include <bakatools/logging/log.h>  | ||||||
| #include <bakatools/thread/task_timer.h> |     #include <bakatools/logging/assert.h> | ||||||
| #include <bakatools/file_system/file_watcher.h> | #endif | ||||||
|  | #ifdef BKM_TIME_AND_THREADS | ||||||
|  |     #include <bakatools/time/time.h> | ||||||
|  |     #include <bakatools/thread/task_timer.h> | ||||||
|  | #endif | ||||||
|  | #ifdef BKM_FILESYSTEM | ||||||
|  |     #include <bakatools/file_system/file_watcher.h> | ||||||
|  | #endif | ||||||
|  | #ifdef BKM_DATASTRUCT | ||||||
|  |     #include <bakatools/data_struct/trie.h> | ||||||
|  | #endif | ||||||
					Loading…
					
					
				
		Reference in New Issue