mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-18 23:16:37 +02:00
fixed android build
This commit is contained in:
parent
10ebcff48e
commit
f1254fd5d4
3 changed files with 3 additions and 0 deletions
1
BOB.cpp
1
BOB.cpp
|
@ -1,6 +1,7 @@
|
|||
#include <string.h>
|
||||
#include "Log.h"
|
||||
#include "ClientContext.h"
|
||||
#include "util.h"
|
||||
#include "BOB.h"
|
||||
|
||||
namespace i2p
|
||||
|
|
1
SAM.cpp
1
SAM.cpp
|
@ -8,6 +8,7 @@
|
|||
#include "Log.h"
|
||||
#include "Destination.h"
|
||||
#include "ClientContext.h"
|
||||
#include "util.h"
|
||||
#include "SAM.h"
|
||||
|
||||
namespace i2p
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include "I2PEndian.h"
|
||||
#include "I2PTunnel.h"
|
||||
#include "I2PService.h"
|
||||
#include "util.h"
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue