summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-09-27 13:46:08 -0400
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-30 10:01:00 +0200
commitd5c99440b30ec3f0648a0761777e99eb0c950c99 (patch)
tree270d9346ffd8351e0176e3a7aaf784e670e91c3c
parente38882a6f127c566513486ff2adfb54d508920dc (diff)
downloadefl-d5c99440b30ec3f0648a0761777e99eb0c950c99.tar.gz
benchmark/collection: add Elementary.h
this uses legacy api Differential Revision: https://phab.enlightenment.org/D10234
-rw-r--r--src/benchmarks/elementary/collection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/benchmarks/elementary/collection.c b/src/benchmarks/elementary/collection.c
index ec18d22c28..285775ba5a 100644
--- a/src/benchmarks/elementary/collection.c
+++ b/src/benchmarks/elementary/collection.c
@@ -1,3 +1,4 @@
+#include <Elementary.h>
#include <Efl_Ui.h>
static Efl_Ui_Win *win;