mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
fixed android build
This commit is contained in:
parent
10ebcff48e
commit
f1254fd5d4
1
BOB.cpp
1
BOB.cpp
|
@ -1,6 +1,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
#include "ClientContext.h"
|
#include "ClientContext.h"
|
||||||
|
#include "util.h"
|
||||||
#include "BOB.h"
|
#include "BOB.h"
|
||||||
|
|
||||||
namespace i2p
|
namespace i2p
|
||||||
|
|
1
SAM.cpp
1
SAM.cpp
|
@ -8,6 +8,7 @@
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
#include "Destination.h"
|
#include "Destination.h"
|
||||||
#include "ClientContext.h"
|
#include "ClientContext.h"
|
||||||
|
#include "util.h"
|
||||||
#include "SAM.h"
|
#include "SAM.h"
|
||||||
|
|
||||||
namespace i2p
|
namespace i2p
|
||||||
|
|
Loading…
Reference in a new issue