From 3b2f2505d3c4066a77dc2e9e18a7a902f230f660 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Sun, 9 Oct 2016 12:36:17 -0700 Subject: [PATCH] sysprof-ui: add missing header to public API --- lib/sysprof-ui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sysprof-ui.h b/lib/sysprof-ui.h index e3c3bf99..c55ce80c 100644 --- a/lib/sysprof-ui.h +++ b/lib/sysprof-ui.h @@ -26,6 +26,7 @@ G_BEGIN_DECLS #define SYSPROF_INSIDE # include "sp-callgraph-view.h" # include "sp-cell-renderer-percent.h" +# include "sp-cpu-visualizer-row.h" # include "sp-line-visualizer-row.h" # include "sp-empty-state-view.h" # include "sp-model-filter.h"