renamed include guard

This commit is contained in:
Patrick 2024-01-06 18:27:30 +01:00
parent 704da86b1b
commit a89e03fb94
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
// Created by Patrick Maschek on 19.12.2023.
//
#ifndef UDIFF_IMMARRAY_H_
#define UDIFF_IMMARRAY_H_
#ifndef CONST_CONTAINER_CONST_VEC_H_
#define CONST_CONTAINER_CONST_VEC_H_
#include <algorithm>
#include <initializer_list>
@ -464,4 +464,4 @@ namespace cc {
}; // cc
#endif //UDIFF_IMMARRAY_H_
#endif //CONST_CONTAINER_CONST_VEC_H_