# HG changeset patch
# User unc0rr
# Date 1218380633 0
# Node ID f66cdbbfc4b6d2032cae0a4277f88fed13b632f2
# Parent  a578ec07cc2599c8c2a4a952b0080f2ce979f30a
Fix compile under Ubuntu (why it compiles everywhere else?)

diff -r a578ec07cc25 -r f66cdbbfc4b6 QTfrontend/newnetclient.cpp
--- a/QTfrontend/newnetclient.cpp	Sun Aug 10 14:23:25 2008 +0000
+++ b/QTfrontend/newnetclient.cpp	Sun Aug 10 15:03:53 2008 +0000
@@ -17,6 +17,7 @@
  */
 
 #include <QMessageBox>
+#include <QDebug>
 
 #include "hwconsts.h"
 #include "newnetclient.h"