evas: include missing header

This fixes a compilation warning telling a function was used without
prior declaration.
This commit is contained in:
Jean Guyomarc'h 2017-12-19 14:10:53 +01:00
parent 0f1469280d
commit f71444baa8
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "evas_font_private.h"
#include "evas_font_draw.h"
#ifdef EVAS_CSERVE2
# include "../cserve2/evas_cs2_private.h"