From b717202efc10c5f8bdba82d545a9645610f63e87 Mon Sep 17 00:00:00 2001 From: Christophe Date: Wed, 7 Feb 2024 23:54:25 +0100 Subject: [PATCH] fix warnings --- test/core/core_func_integer_bit_count.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/core/core_func_integer_bit_count.cpp b/test/core/core_func_integer_bit_count.cpp index e190c05544..2b81db8836 100644 --- a/test/core/core_func_integer_bit_count.cpp +++ b/test/core/core_func_integer_bit_count.cpp @@ -5,6 +5,8 @@ #include //To define "exit", req'd by XLC. #include +#include + #ifdef NDEBUG #if GLM_COMPILER & GLM_COMPILER_CLANG