From accbd080311e81ebc18ed945e588cb5cb09f7390 Mon Sep 17 00:00:00 2001 From: Ricardo Antunes Date: Sat, 16 Sep 2023 18:49:05 +0100 Subject: [PATCH] test(core): add missing #pragma once --- core/tests/reflection/traits/constructible.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/tests/reflection/traits/constructible.hpp b/core/tests/reflection/traits/constructible.hpp index c724802d60..52419aaecc 100644 --- a/core/tests/reflection/traits/constructible.hpp +++ b/core/tests/reflection/traits/constructible.hpp @@ -1,3 +1,5 @@ +#pragma once + #include #include