From 4d9912fcb14a01a98c2d98e589988b82224330f8 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 12 Dec 2009 15:38:14 +0000 Subject: [PATCH] (trunk qt) fix qt build broken by r9719; error reported by Lacrocivious --- qt/mainwin.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt/mainwin.cc b/qt/mainwin.cc index 914225c89..5fd87345d 100644 --- a/qt/mainwin.cc +++ b/qt/mainwin.cc @@ -26,6 +26,8 @@ #include #include +#include +#include #include #include "about.h"