include inttypes.h for PRIu64

This commit is contained in:
Yasuhiro Matsumoto 2015-11-26 23:32:31 +09:00
parent 4dcbbfd2cc
commit f0ae284c9c

View File

@ -11,6 +11,9 @@
#include <windowsx.h>
#include <assert.h>
#include <string.h>
#if defined(__MINGW32__) || defined(__MINGW64__)
# include <inttypes.h>
#endif
/* macros */
#include "../../zahnrad.h"