Changeset - 8d7e8be351f5
[Not reviewed]
0 1 0
Vitaly Takmazov - 12 years ago 2013-08-16 11:20:36
vitalyster@gmail.com
IRC Backend: fix compilation with libCommuni > 2.0.0
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libcommuni/session.cpp
Show inline comments
 
@@ -23,8 +23,9 @@
 
#include <iostream>
 
#include <IrcCommand>
 
#include <IrcMessage>
 
#if COMMUNI_VERSION < 0x020000
 
#include <IrcUtil>
 

	
 
#endif
 
#include "backports.h"
 

	
 
#include "ircnetworkplugin.h"
0 comments (0 inline, 0 general)