1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

fixed android build

This commit is contained in:
orignal 2016-11-03 21:31:21 -04:00
parent 10ebcff48e
commit f1254fd5d4
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <string.h>
#include "Log.h"
#include "ClientContext.h"
#include "util.h"
#include "BOB.h"
namespace i2p

View File

@ -8,6 +8,7 @@
#include "Log.h"
#include "Destination.h"
#include "ClientContext.h"
#include "util.h"
#include "SAM.h"
namespace i2p

View File

@ -10,6 +10,7 @@
#include "I2PEndian.h"
#include "I2PTunnel.h"
#include "I2PService.h"
#include "util.h"
namespace i2p
{