X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=store.h;h=795029753070ff11beaca09345cb6f5b6907d7af;hp=d4847806c26a851cf0eb66d1afa9ef884a703957;hb=948051f02c9bc3285ce1ea187dbae27120dbf7aa;hpb=3cb5ea93e29ba5baf6a5d1f170bbc003d7e2fe35 diff --git a/store.h b/store.h index d484780..7950297 100644 --- a/store.h +++ b/store.h @@ -5,6 +5,9 @@ * into segments for storage purposes. This file provides interfaces for * reading and writing objects and segments. */ +#ifndef _LBS_STORE_H +#define _LBS_STORE_H + #include #include @@ -67,3 +70,5 @@ public: std::string encode_u16(uint16_t val); std::string encode_u32(uint32_t val); std::string encode_u64(uint64_t val); + +#endif // _LBS_STORE_H