IRC Backend: fix compilation with libCommuni > 2.0.0
This commit is contained in:
parent
c503b5aabb
commit
8d7e8be351
1 changed files with 2 additions and 1 deletions
|
@ -23,8 +23,9 @@
|
|||
#include <iostream>
|
||||
#include <IrcCommand>
|
||||
#include <IrcMessage>
|
||||
#if COMMUNI_VERSION < 0x020000
|
||||
#include <IrcUtil>
|
||||
|
||||
#endif
|
||||
#include "backports.h"
|
||||
|
||||
#include "ircnetworkplugin.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue