From 7b83ff3f3491a4175b2e06b738ff13c5d4a39b65 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 25 May 2023 17:10:23 -0700 Subject: [PATCH] libsysprof-profile: fix includes for profiler --- src/libsysprof-profile/sysprof-profile.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/libsysprof-profile/sysprof-profile.h b/src/libsysprof-profile/sysprof-profile.h index 8b2c7af7..9dae599c 100644 --- a/src/libsysprof-profile/sysprof-profile.h +++ b/src/libsysprof-profile/sysprof-profile.h @@ -20,9 +20,14 @@ #pragma once +#include + G_BEGIN_DECLS #define SYSPROF_PROFILE_INSIDE +# include "sysprof-instrument.h" +# include "sysprof-profiler.h" +# include "sysprof-recording.h" #undef SYSPROF_PROFILE_INSIDE G_END_DECLS