summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-05 18:12:00 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-05 18:12:00 (GMT)
commit4f2f4cd9a26e08a68bec5da303e30341b8cae264 (patch)
tree920439efc3b6acb12eb09cc12985ac0a6b0767f3 /src
parentb15f45921eea3dda27a4f03c9928fbd9c6418a54 (diff)
Fixed a compilation warning by including the required header.
Diffstat (limited to 'src')
-rw-r--r--src/gui/core/core.c1
1 files changed, 1 insertions, 0 deletions
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"