Make sure, ClientIdAndBlockKey.h includes all its dependencies
This commit is contained in:
parent
ea3de7360c
commit
263c540cd0
@ -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})
|
||||
|
@ -0,0 +1 @@
|
||||
#include "ClientIdAndBlockKey.h"
|
@ -3,6 +3,7 @@
|
||||
#define MESSMER_BLOCKSTORE_IMPLEMENTATIONS_VERSIONCOUNTING_CLIENTIDANDBLOCKKEY_H_
|
||||
|
||||
#include <utility>
|
||||
#include "../../utils/Key.h"
|
||||
|
||||
namespace blockstore {
|
||||
namespace versioncounting {
|
||||
|
Loading…
Reference in New Issue
Block a user