aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-02-12 16:11:21 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-13 00:12:01 +0000
commitf1d1354b838fbbeb7349189178e81a6a83d08e78 (patch)
tree324c715dd8b76f4ea08ee106b166bb679278e3ce
parent931807ea61cd9b2729fa06fefa6ce3a09b89ee4b (diff)
Try to fix compilation on OS X.
Change-Id: I63d1f639bf5fd56aeaea112c797efedca8c0bf6e Reviewed-on: https://code.wireshark.org/review/7090 Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r--ui/qt/main_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 3ed5ae2a3f..774f32d49a 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -56,6 +56,7 @@
#include "file_set_dialog.h"
#include "filter_action.h"
#include "follow_stream_dialog.h"
+#include "preferences_dialog.h"
class ByteViewTab;
class MainWelcome;