From a6486d11c2c54682892038d94684d9aa40a418fb Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Sat, 24 May 2025 18:55:53 +0200 Subject: [PATCH] Cleanup: add missing include --- source/blender/blenlib/BLI_parameter_pack_utils.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/blenlib/BLI_parameter_pack_utils.hh b/source/blender/blenlib/BLI_parameter_pack_utils.hh index fd3a4555e74..fa4649813c1 100644 --- a/source/blender/blenlib/BLI_parameter_pack_utils.hh +++ b/source/blender/blenlib/BLI_parameter_pack_utils.hh @@ -11,6 +11,7 @@ * This file has some utilities to work with such parameter packs. */ +#include #include #include