Include stdio.h in IgnoreDebugOutput

* Hopefully this fixes Travis issues.
This commit is contained in:
Matthew Horan 2013-12-24 18:42:28 -05:00
parent 1dd9fcf150
commit d8433051a8
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <QtGlobal>
#include <QString>
#include <stdio.h>
void debugIgnoringMessageHandler(QtMsgType type, const char *msg);