From fbdc501c506699405cdb1bb7185b4c6400358236 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 13 Aug 2025 10:14:03 -0400 Subject: [PATCH] Cleanup: Add missing "#pragma once" to header --- source/blender/makesdna/DNA_array_utils.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/blender/makesdna/DNA_array_utils.hh b/source/blender/makesdna/DNA_array_utils.hh index c0f3a8ba3e1..fbe9b7dd3ca 100644 --- a/source/blender/makesdna/DNA_array_utils.hh +++ b/source/blender/makesdna/DNA_array_utils.hh @@ -10,6 +10,8 @@ * However, semantically, these types may have non-trivial copy-constructors and destructors. */ +#pragma once + #include "MEM_guardedalloc.h" #include "BLI_function_ref.hh"