diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-06-25 16:44:37 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-06-26 11:24:29 +0900 |
commit | e888a07c0aed80a2db4841fa79a2a7749d373fbb (patch) | |
tree | 8a664ab06e6f88ed09d594dc10bcdf42bf4b6b7e /src/lib/evas/Evas.h | |
parent | 67df5b4ad1aff39b6792fa77847258c3f14b9b39 (diff) |
evas: cleanup headers. Should work on windows.
Diffstat (limited to 'src/lib/evas/Evas.h')
-rw-r--r-- | src/lib/evas/Evas.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index b20576d2fb..dc4d435712 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h | |||
@@ -253,6 +253,8 @@ | |||
253 | /* This include has been added to support Eo in Evas */ | 253 | /* This include has been added to support Eo in Evas */ |
254 | #include <Eo.h> | 254 | #include <Eo.h> |
255 | 255 | ||
256 | #include <Evas_Loader.h> | ||
257 | |||
256 | #ifdef EAPI | 258 | #ifdef EAPI |
257 | # undef EAPI | 259 | # undef EAPI |
258 | #endif | 260 | #endif |