diff --git a/src/libsysprof-capture/sysprof-macros-internal.h b/src/libsysprof-capture/sysprof-macros-internal.h index cf814dad..7162d3dc 100644 --- a/src/libsysprof-capture/sysprof-macros-internal.h +++ b/src/libsysprof-capture/sysprof-macros-internal.h @@ -59,6 +59,8 @@ #pragma once +#include + #define sysprof_assert_not_reached() assert (false) #define SYSPROF_N_ELEMENTS(a) (sizeof (a) / sizeof (*a))