diff --git a/src/utils/Crc.hxx b/src/utils/Crc.hxx index a3069935d..549e57b72 100644 --- a/src/utils/Crc.hxx +++ b/src/utils/Crc.hxx @@ -32,6 +32,9 @@ * @date 16 Dec 2014 */ +#ifndef _UTILS_CRC_HXX_ +#define _UTILS_CRC_HXX_ + #include #include @@ -186,3 +189,5 @@ private: /// Current value of the state register for the CRC computation. uint8_t state_; }; + +#endif // _UTILS_CRC_HXX_