X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Ftypes.h;h=290d53f6cf83018b5f31800556a390f3fb9bbc60;hp=d683879aad2b80d9a219b4507b23cf8a6a8c1674;hb=2f692b299eded9386fdee3e7a13727d95bbe2495;hpb=f44459818f34b556df8ff2f400098c50b78501eb diff --git a/src/common/types.h b/src/common/types.h index d683879a..290d53f6 100644 --- a/src/common/types.h +++ b/src/common/types.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -24,12 +24,14 @@ #include #include #include +#include #include #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)