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:
Karl Blomster 2010-09-15 00:01:59 +00:00
parent 035694c9ae
commit 3bdba76549
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@
#include <tr1/memory>
#endif
#define __STDC_FORMAT_MACROS
// General headers
#include <assert.h>
#include <ctype.h>

View File

@ -39,6 +39,7 @@
#ifdef WITH_FFMPEGSOURCE
#ifndef AGI_PRE
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <map>