use Transport::Util in purple_defs
This commit is contained in:
parent
9273178924
commit
51481c8c44
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
#include "purple_defs.h"
|
||||
#include "transport/util.h"
|
||||
|
||||
using namespace Transport::Util;
|
||||
|
||||
#if PURPLE_RUNTIME
|
||||
#include "utils.h"
|
||||
|
||||
using std::string;
|
||||
using std::wstring;
|
||||
|
|
Loading…
Add table
Reference in a new issue