include utils.h
This commit is contained in:
parent
31fb1af807
commit
363815c8a8
1 changed files with 5 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue