X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fglobal.cpp;h=09aa5902aa63c1637b2be50da6de69ad7d580f73;hb=4b41d8800c38aa3bc4e88a76289b45bc888ba088;hp=a2742d87ce4ab8864726bb74b1e5f9c5a1c1dfaa;hpb=c6bc07febff322910675a1eb60c44f6be209a934;p=quassel.git diff --git a/src/common/global.cpp b/src/common/global.cpp index a2742d87..09aa5902 100644 --- a/src/common/global.cpp +++ b/src/common/global.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -26,6 +26,7 @@ #include "identity.h" #include "bufferinfo.h" #include "types.h" +#include "syncableobject.h" extern void messageHandler(QtMsgType type, const char *msg);