mirror of https://github.com/odrling/Aegisub
Include stdint.h for uintptr_t, it's odd that I've never had a problem with this on the several platforms I've built on, which excluded Gentoo of course.
Originally committed to SVN as r5003.
This commit is contained in:
parent
36ded6ef89
commit
7b7b15f0a1
|
@ -19,7 +19,9 @@
|
|||
/// @ingroup base io
|
||||
|
||||
#ifndef R_PRECOMP
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <wx/file.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue