Make sure, ClientIdAndBlockKey.h includes all its dependencies

This commit is contained in:
Sebastian Messmer 2016-06-22 11:25:28 -07:00
parent ea3de7360c
commit 263c540cd0
3 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@ set(SOURCES
implementations/versioncounting/VersionCountingBlock.cpp
implementations/versioncounting/VersionCountingBlockStore.cpp
implementations/versioncounting/KnownBlockVersions.cpp
implementations/versioncounting/ClientIdAndBlockKey.cpp
)
add_library(${PROJECT_NAME} STATIC ${SOURCES})

View File

@ -0,0 +1 @@
#include "ClientIdAndBlockKey.h"

View File

@ -3,6 +3,7 @@
#define MESSMER_BLOCKSTORE_IMPLEMENTATIONS_VERSIONCOUNTING_CLIENTIDANDBLOCKKEY_H_
#include <utility>
#include "../../utils/Key.h"
namespace blockstore {
namespace versioncounting {