libsysprof-ui: include config

This commit is contained in:
Christian Hergert
2019-05-12 18:09:42 -07:00
parent 8145f991e5
commit 7d1570a92f
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#define G_LOG_DOMAIN "sysprof-marks-view"
#include "config.h"
#include "sysprof-marks-view.h"
typedef struct

View File

@ -845,6 +845,8 @@ sysprof_window_class_init (SysprofWindowClass *klass)
gtk_widget_class_bind_template_child (widget_class, SysprofWindow, visualizers);
gtk_widget_class_bind_template_child (widget_class, SysprofWindow, zoom_manager);
gtk_widget_class_bind_template_child (widget_class, SysprofWindow, zoom_one_label);
g_type_ensure (SYSPROF_TYPE_MARKS_VIEW);
}
static void