-rw-r--r-- | noncore/net/wellenreiter/gui/packetview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/gui/packetview.h b/noncore/net/wellenreiter/gui/packetview.h index affedab..42e8f5d 100644 --- a/noncore/net/wellenreiter/gui/packetview.h +++ b/noncore/net/wellenreiter/gui/packetview.h | |||
@@ -16,12 +16,14 @@ | |||
16 | #ifndef PACKETVIEW_H | 16 | #ifndef PACKETVIEW_H |
17 | #define PACKETVIEW_H | 17 | #define PACKETVIEW_H |
18 | 18 | ||
19 | #include <qlist.h> | 19 | #include <qlist.h> |
20 | #include <qframe.h> | 20 | #include <qframe.h> |
21 | 21 | ||
22 | #include <opie2/opcap.h> | ||
23 | |||
22 | class QLabel; | 24 | class QLabel; |
23 | class QString; | 25 | class QString; |
24 | class QSpinBox; | 26 | class QSpinBox; |
25 | class QTextView; | 27 | class QTextView; |
26 | class QObjectList; | 28 | class QObjectList; |
27 | namespace Opie {namespace Net {class OPacket;}} | 29 | namespace Opie {namespace Net {class OPacket;}} |