diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-11-25 19:29:36 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-11-25 19:29:36 +0100 |
commit | 32449f1fca8379d0c7f38e95834b2a01e62de06c (patch) | |
tree | 43ff9c4e4565d5ef8223646b4d78234b10ad1d4b /src/Protocol/Protocol14x.cpp | |
parent | Attempt to fix compilation (diff) | |
download | cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.gz cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.bz2 cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.lz cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.xz cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.zst cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.zip |
Diffstat (limited to 'src/Protocol/Protocol14x.cpp')
-rw-r--r-- | src/Protocol/Protocol14x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol14x.cpp b/src/Protocol/Protocol14x.cpp index 9fb2a8133..ea406d7a2 100644 --- a/src/Protocol/Protocol14x.cpp +++ b/src/Protocol/Protocol14x.cpp @@ -16,7 +16,7 @@ Implements the 1.4.x protocol classes representing these protocols: #include "../Root.h" #include "../Server.h" #include "../ClientHandle.h" -#include "../lib/cryptopp/randpool.h" +#include "lib/cryptopp/randpool.h" #include "../Item.h" #include "ChunkDataSerializer.h" #include "../Entities/Player.h" |