app: #include <string.h> in tool_manager.c

For strcmp() and strlen().
This commit is contained in:
Ell 2018-04-19 14:52:02 -04:00
parent b1df7d5497
commit 187f2b4453
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
#include "config.h"
#include <string.h>
#include <gegl.h>
#include <gtk/gtk.h>