From 9848d3a998501e2d37e3fd83b1b56184e7baf28d Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 8 May 2011 00:04:00 +0200 Subject: [PATCH] added missing include of messagebox.h Signed-off-by: Sven Strickroth --- src/TortoiseProc/FileDiffDlg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TortoiseProc/FileDiffDlg.h b/src/TortoiseProc/FileDiffDlg.h index 8da473572..6c4cd48f7 100644 --- a/src/TortoiseProc/FileDiffDlg.h +++ b/src/TortoiseProc/FileDiffDlg.h @@ -28,6 +28,7 @@ #include "Colors.h" #include "XPImageButton.h" #include "FilterEdit.h" +#include "MessageBox.h" #include "Tooltip.h" #include "ProgressDlg.h" #include "MenuButton.h" -- 2.11.4.GIT