author | mouse <mouse> | 2004-03-31 15:28:11 (UTC) |
---|---|---|
committer | mouse <mouse> | 2004-03-31 15:28:11 (UTC) |
commit | 9a12191d28e010f87c2c6414ef5d8a929938343b (patch) (unidiff) | |
tree | 8197aa5c8030d41112ed58e93bfa9d71bbf90564 | |
parent | 10ed731c865d41955bf2aeb721cad592cd56b545 (diff) | |
download | opie-9a12191d28e010f87c2c6414ef5d8a929938343b.zip opie-9a12191d28e010f87c2c6414ef5d8a929938343b.tar.gz opie-9a12191d28e010f87c2c6414ef5d8a929938343b.tar.bz2 |
added missed include file
-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 | |||
@@ -19,6 +19,8 @@ | |||
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; |