From 525790b6b310e3484818d2e79ff43845825d8109 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 27 Sep 2019 13:46:08 -0400 Subject: [PATCH] benchmark/collection: add Elementary.h this uses legacy api Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D10234 --- src/benchmarks/elementary/collection.c | 1 + 1 file changed, 1 insertion(+) 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 #include static Efl_Ui_Win *win;