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
 
@@ -20,14 +20,15 @@
 

	
 
#include "session.h"
 
#include <QtCore>
 
#include <iostream>
 
#include <IrcCommand>
 
#include <IrcMessage>
 
#if COMMUNI_VERSION < 0x020000
 
#include <IrcUtil>
 

	
 
#endif
 
#include "backports.h"
 

	
 
#include "ircnetworkplugin.h"
 

	
 
#define FROM_UTF8(WHAT) QString::fromUtf8((WHAT).c_str(), (WHAT).size())
 
#define TO_UTF8(WHAT) std::string((WHAT).toUtf8().data(), (WHAT).toUtf8().size())
0 comments (0 inline, 0 general)