summaryrefslogtreecommitdiff
path: root/ui/qt/follow_stream_dialog.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-09-10 00:15:15 +0000
committerGuy Harris <guy@alum.mit.edu>2013-09-10 00:15:15 +0000
commit6a06b06006b72c364a6b29406a3af5da8bb6d26c (patch)
tree17e9da2736acffe4d81081833883e859ebe325ae /ui/qt/follow_stream_dialog.h
parent0df1640896a221e2a3649984b46d9ef1f9ea6dec (diff)
downloadwireshark-6a06b06006b72c364a6b29406a3af5da8bb6d26c.tar.gz
Explicitly refer to ui/follow.h, as we do with other header files from
the ui directory, so see if that fixes the build issues. svn path=/trunk/; revision=51913
Diffstat (limited to 'ui/qt/follow_stream_dialog.h')
-rw-r--r--ui/qt/follow_stream_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/follow_stream_dialog.h b/ui/qt/follow_stream_dialog.h
index 88179c6d25..caed5744f8 100644
--- a/ui/qt/follow_stream_dialog.h
+++ b/ui/qt/follow_stream_dialog.h
@@ -54,6 +54,7 @@
#include "../file.h"
#include "ui/alert_box.h"
+#include "ui/follow.h"
#include "ui/simple_dialog.h"
#include "ui/utf8_entities.h"
#include "wsutil/tempfile.h"
@@ -68,7 +69,6 @@
#include <QtGui>
-#include "../follow.h"
WS_DLL_PUBLIC FILE *data_out_file;