mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-18 20:35:34 +00:00
ios: Fixed math include in demos.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "SDL.h"
|
||||
#include "math.h"
|
||||
#include <math.h>
|
||||
#include "common.h"
|
||||
|
||||
#define BRUSH_SIZE 32 /* width and height of the brush */
|
||||
|
||||
Reference in New Issue
Block a user