Changeset - 363815c8a8ff
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-05 18:11:34
hanzz.k@gmail.com
include utils.h
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/utils.cpp
Show inline comments
 
@@ -28,6 +28,7 @@
 
#include "purple.h"
 
#include <algorithm>
 
#include <iostream>
 
#include <vector>
 

	
 
#include "errno.h"
 

	
 
@@ -54,6 +55,10 @@
 

	
 
#include "purple_defs.h"
 

	
 
#include <boost/numeric/conversion/cast.hpp>
 

	
 
using std::vector;
 

	
 
static GHashTable *ui_info = NULL;
 

	
 
void execute_purple_plugin_action(PurpleConnection *gc, const std::string &name) {
0 comments (0 inline, 0 general)