Skip to content

Commit

Permalink
ZIP: add missing header (I2PEndian.h)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonimal committed May 7, 2016
1 parent 4436f08 commit 2b9a369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/util/ZIP.cpp
Expand Up @@ -36,8 +36,9 @@
#include <string>
#include <vector>

#include "crypto/util/Compression.h"
#include "Log.h"
#include "crypto/util/Compression.h"
#include "util/I2PEndian.h"

namespace i2p {
namespace util {
Expand Down

0 comments on commit 2b9a369

Please sign in to comment.