Changeset - 88ecf054b8ad
[Not reviewed]
Merge
0 1 0
vitalyster - 12 years ago 2013-08-16 11:21:51
vitalyster@gmail.com
Merge pull request #43 from vitalyster/master

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)