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
{