From 00b47d7ded68f3dc6d9d032cb9d6525354eb8e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Tue, 5 Mar 2019 20:55:04 +0100 Subject: [PATCH] Add lib cell renderer to main window. It is needed for the Error level defines of the cells --- main-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main-window.c b/main-window.c index e25ebdb..b4cf106 100644 --- a/main-window.c +++ b/main-window.c @@ -37,6 +37,7 @@ #include "widgets/conv-settings-dialog.h" #include "cairo-output/cairo-output.h" #include "trigonometric/cell-trigonometrics.h" +#include "tree-renderer/lib-cell-renderer.h" /** * @brief User data supplied to callback function of the open button