forked from mia/Aegisub
I have no idea what kind of enterprising faggot broke this but apparently we need __STDC_FORMAT_MACROS now. I hope this breaks on some other platform, that would be hilarious.
Originally committed to SVN as r4782.
This commit is contained in:
parent
035694c9ae
commit
3bdba76549
2 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
#include <tr1/memory>
|
||||
#endif
|
||||
|
||||
#define __STDC_FORMAT_MACROS
|
||||
// General headers
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#ifdef WITH_FFMPEGSOURCE
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#include <inttypes.h>
|
||||
#include <map>
|
||||
|
||||
|
|
Loading…
Reference in a new issue