evas: include Eet.h as we do export a function using Eet_Data_Descriptor.

This was spotted by Nicolas Aguirre while building on Yocto which has
more agressive build option and warning.
This commit is contained in:
Cedric Bail 2016-03-18 10:08:15 -07:00
parent 290fc88e3f
commit 11887c62a2
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#endif
#include "Evas.h"
#include "Eet.h"
#include "../file/evas_module.h"
#include "../file/evas_path.h"