From 5a0be6350872ab3faa807d51ed3a1712ec11792f Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Mon, 11 Mar 2024 09:05:52 -0600 Subject: [PATCH] functor-size: add missing header --- profiling/functor-size/kp_functor_size.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/profiling/functor-size/kp_functor_size.cpp b/profiling/functor-size/kp_functor_size.cpp index 147ee3088..fc05b60dc 100644 --- a/profiling/functor-size/kp_functor_size.cpp +++ b/profiling/functor-size/kp_functor_size.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #include "kp_core.hpp"