diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-04-05 18:12:00 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-04-05 18:12:00 (GMT) |
commit | 4f2f4cd9a26e08a68bec5da303e30341b8cae264 (patch) | |
tree | 920439efc3b6acb12eb09cc12985ac0a6b0767f3 /src/gui/core | |
parent | b15f45921eea3dda27a4f03c9928fbd9c6418a54 (diff) |
Fixed a compilation warning by including the required header.
Diffstat (limited to 'src/gui/core')
-rw-r--r-- | src/gui/core/core.c | 1 |
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" |