From d8433051a8d5e289f6ca33d86d70496bb47d29f0 Mon Sep 17 00:00:00 2001 From: Matthew Horan Date: Tue, 24 Dec 2013 18:42:28 -0500 Subject: [PATCH] Include stdio.h in IgnoreDebugOutput * Hopefully this fixes Travis issues. --- src/IgnoreDebugOutput.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/IgnoreDebugOutput.cpp b/src/IgnoreDebugOutput.cpp index e463a5d..4e4d0ca 100644 --- a/src/IgnoreDebugOutput.cpp +++ b/src/IgnoreDebugOutput.cpp @@ -2,6 +2,7 @@ #include #include +#include void debugIgnoringMessageHandler(QtMsgType type, const char *msg);