mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-12 04:37:04 +03:00
added stdint.h for MSVC builds
This commit is contained in:
parent
521c431734
commit
ccd716cf1d
|
@ -35,6 +35,7 @@
|
|||
#include "Imaging.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define CEIL(v) (int) ceil(v)
|
||||
#define FLOOR(v) ((v) >= 0.0 ? (int) (v) : (int) floor(v))
|
||||
|
|
Loading…
Reference in New Issue
Block a user