From c19b065fd096b708ef9fbd082f5226370f5f5fdd Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Mon, 24 Aug 2015 14:52:37 +0200 Subject: [PATCH] Add QDebug include, for potential printf debugging needs. --- gui/parser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/parser.cpp b/gui/parser.cpp index 66ce6a7..c9b6857 100644 --- a/gui/parser.cpp +++ b/gui/parser.cpp @@ -24,6 +24,7 @@ #include #include +#include #include "../accumulatedtracedata.h" -- 2.7.4