Browse Source

fixed complilation errors

pull/6/head
orignal 11 years ago
parent
commit
58c5b74586
  1. 1
      Garlic.cpp
  2. 1
      NetDb.cpp
  3. 1
      TransitTunnel.cpp
  4. 1
      Tunnel.cpp
  5. 1
      TunnelEndpoint.cpp

1
Garlic.cpp

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
#include <inttypes.h>
#include <endian.h>
#include <map>
#include <string>
#include "ElGamal.h"

1
NetDb.cpp

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
#include <endian.h>
#include <fstream>
#include <boost/filesystem.hpp>
#include <cryptopp/gzip.h>

1
TransitTunnel.cpp

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
#include <string.h>
#include <endian.h>
#include "Log.h"
#include "RouterContext.h"
#include "I2NPProtocol.h"

1
Tunnel.cpp

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
#include <endian.h>
#include <cryptopp/sha.h>
#include "RouterContext.h"
#include "Log.h"

1
TunnelEndpoint.cpp

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
#include <endian.h>
#include <string.h>
#include "Log.h"
#include "I2NPProtocol.h"

Loading…
Cancel
Save