diff options
Diffstat (limited to 'include/chilbert/detail/BitVecMask.hpp')
-rw-r--r-- | include/chilbert/detail/BitVecMask.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/chilbert/detail/BitVecMask.hpp b/include/chilbert/detail/BitVecMask.hpp index 2d3466a..f015d63 100644 --- a/include/chilbert/detail/BitVecMask.hpp +++ b/include/chilbert/detail/BitVecMask.hpp @@ -16,8 +16,8 @@ this program. If not, see <https://www.gnu.org/licenses/>. */ -#ifndef CHILBERT_BITVECMASK_HPP -#define CHILBERT_BITVECMASK_HPP +#ifndef CHILBERT_DETAIL_BITVECMASK_HPP +#define CHILBERT_DETAIL_BITVECMASK_HPP #include <climits> #include <cstddef> |