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/VersionCountingBlock.cpp
|
||||||
implementations/versioncounting/VersionCountingBlockStore.cpp
|
implementations/versioncounting/VersionCountingBlockStore.cpp
|
||||||
implementations/versioncounting/KnownBlockVersions.cpp
|
implementations/versioncounting/KnownBlockVersions.cpp
|
||||||
|
implementations/versioncounting/ClientIdAndBlockKey.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(${PROJECT_NAME} STATIC ${SOURCES})
|
add_library(${PROJECT_NAME} STATIC ${SOURCES})
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
#include "ClientIdAndBlockKey.h"
|
@ -3,6 +3,7 @@
|
|||||||
#define MESSMER_BLOCKSTORE_IMPLEMENTATIONS_VERSIONCOUNTING_CLIENTIDANDBLOCKKEY_H_
|
#define MESSMER_BLOCKSTORE_IMPLEMENTATIONS_VERSIONCOUNTING_CLIENTIDANDBLOCKKEY_H_
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
#include "../../utils/Key.h"
|
||||||
|
|
||||||
namespace blockstore {
|
namespace blockstore {
|
||||||
namespace versioncounting {
|
namespace versioncounting {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user