X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Ftypes.h;h=290d53f6cf83018b5f31800556a390f3fb9bbc60;hp=c9891231cf7f2587c06e71566cc019f29b3b392e;hb=2f692b299eded9386fdee3e7a13727d95bbe2495;hpb=40601ae070413b727a68e35e5b8c619176c661b1 diff --git a/src/common/types.h b/src/common/types.h index c9891231..290d53f6 100644 --- a/src/common/types.h +++ b/src/common/types.h @@ -29,8 +29,9 @@ #include #include +#include "peer.h" + // We need to special-case Peer* in attached signals/slots, so typedef it for the meta type system -class Peer; typedef Peer * PeerPtr; Q_DECLARE_METATYPE(PeerPtr)