From 3c165e7898169188fcd91ef8685ea6abea67056e Mon Sep 17 00:00:00 2001 From: businessmanprogrammersteve Date: Sun, 14 Feb 2010 06:37:45 +0000 Subject: [PATCH] Ashton's little patch to fix a compile error. --- src/widgets/ErrorDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/ErrorDialog.cpp b/src/widgets/ErrorDialog.cpp index f1e624bb5..b96ac9b50 100644 --- a/src/widgets/ErrorDialog.cpp +++ b/src/widgets/ErrorDialog.cpp @@ -25,6 +25,7 @@ Gives an Error message with an option for help. #include #include #include +#include #include "LinkingHtmlWindow.h" #include "../Theme.h"