From 4f2f4cd9a26e08a68bec5da303e30341b8cae264 Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Thu, 5 Apr 2018 20:12:00 +0200
Subject: Fixed a compilation warning by including the required header.

---
 src/gui/core/core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/core/core.c b/src/gui/core/core.c
index 54e5a8f..598a8eb 100644
--- a/src/gui/core/core.c
+++ b/src/gui/core/core.c
@@ -29,6 +29,7 @@
 
 #include "theme.h"
 #include "../../core/params.h"
+#include "../../glibext/linesegment.h"
 
 
 
-- 
cgit v0.11.2-87-g4458