From 5f216af4de13222723fbdfb876f28f7feda81fe3 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 4 Nov 2019 06:29:34 +0000 Subject: [PATCH] Missing header guard added to fixed_string header --- src/include/units/bits/fixed_string.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/units/bits/fixed_string.h b/src/include/units/bits/fixed_string.h index 88357186..719227a4 100644 --- a/src/include/units/bits/fixed_string.h +++ b/src/include/units/bits/fixed_string.h @@ -20,6 +20,8 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. +#pragma once + #include #include