From ceb7c02f9380f26437eee8cc04b0d4d3cf4f3dde Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Sun, 9 Oct 2016 20:31:10 -0700 Subject: [PATCH] sysprof-ui: add missing header to sysprof-ui.h --- lib/sysprof-ui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sysprof-ui.h b/lib/sysprof-ui.h index c55ce80c..e2572a27 100644 --- a/lib/sysprof-ui.h +++ b/lib/sysprof-ui.h @@ -27,6 +27,7 @@ G_BEGIN_DECLS # include "sp-callgraph-view.h" # include "sp-cell-renderer-percent.h" # include "sp-cpu-visualizer-row.h" +# include "sp-failed-state-view.h" # include "sp-line-visualizer-row.h" # include "sp-empty-state-view.h" # include "sp-model-filter.h"