mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 21:21:06 +01:00 
			
		
		
		
	Fix for Clang
This commit is contained in:
		| @@ -267,7 +267,6 @@ | |||||||
| #include <math.h>       // sqrtf | #include <math.h>       // sqrtf | ||||||
| #include <stdint.h>     // intptr_t | #include <stdint.h>     // intptr_t | ||||||
| #include <stdio.h>      // vsnprintf | #include <stdio.h>      // vsnprintf | ||||||
| #include <string.h>     // memset |  | ||||||
| #include <new>          // new (ptr) | #include <new>          // new (ptr) | ||||||
|  |  | ||||||
| #ifdef _MSC_VER | #ifdef _MSC_VER | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								imgui.h
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								imgui.h
									
									
									
									
									
								
							| @@ -19,6 +19,7 @@ struct ImGuiWindow; | |||||||
| #include <stdarg.h>         // va_list | #include <stdarg.h>         // va_list | ||||||
| #include <stddef.h>         // ptrdiff_t | #include <stddef.h>         // ptrdiff_t | ||||||
| #include <stdlib.h>         // NULL, malloc | #include <stdlib.h>         // NULL, malloc | ||||||
|  | #include <string.h>         // memset, memmove | ||||||
|  |  | ||||||
| #ifndef IM_ASSERT | #ifndef IM_ASSERT | ||||||
| #include <assert.h> | #include <assert.h> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user