aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/search_frame.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-02-12 15:35:59 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-13 02:31:16 +0000
commit6e88978fd98cf0dd032245c1b68b5a12cd94e405 (patch)
treed4816d481f84aaf50f727395215c1ce11baa365f /ui/qt/search_frame.cpp
parenta5652c7257835db3f6fce01926d53b236be53405 (diff)
Qt: More #include → forward declarations.
Change-Id: Ib6de71f801cd3053374b6c867370acd594dcd396 Reviewed-on: https://code.wireshark.org/review/7089 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/search_frame.cpp')
-rw-r--r--ui/qt/search_frame.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/search_frame.cpp b/ui/qt/search_frame.cpp
index 48729aece4..66700f2588 100644
--- a/ui/qt/search_frame.cpp
+++ b/ui/qt/search_frame.cpp
@@ -22,6 +22,8 @@
#include "search_frame.h"
#include "ui_search_frame.h"
+#include "file.h"
+
#include <epan/proto.h>
#include <epan/strutil.h>