mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-04 00:26:17 +00:00 
			
		
		
		
	[Renderers/SDL2] Added explicit include of math.h in SDL2 renderer
This commit is contained in:
		
						commit
						d5af2c3dc0
					
				| 
						 | 
				
			
			@ -3,6 +3,7 @@
 | 
			
		|||
#include <SDL_ttf.h>
 | 
			
		||||
#include <SDL_image.h>
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include <math.h>
 | 
			
		||||
 | 
			
		||||
#ifndef M_PI
 | 
			
		||||
    #define M_PI 3.14159
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue