summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2014-04-10 22:09:04 +0900
committerChunEon Park <hermet@hermet.pe.kr>2014-04-10 22:09:04 +0900
commit324589e0c51ff3324a64055289025db8032f5d1e (patch)
tree675c93ec9e6c428f7b808ef25f4b6efbfc61e899
parentdb453635a3c6670f3cacb119da4364dbfff0e32e (diff)
downloadefl-324589e0c51ff3324a64055289025db8032f5d1e.tar.gz
evas_3d.h should be refered by eo file to refer types defined that header.
-rw-r--r--src/lib/evas/Evas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h
index 05ac2c01e7..183d739cb1 100644
--- a/src/lib/evas/Evas.h
+++ b/src/lib/evas/Evas.h
@@ -289,6 +289,7 @@ extern "C" {
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <Evas_Legacy.h>
#endif
+#include <Evas_3D.h>
#ifdef EFL_EO_API_SUPPORT
#include <Evas_Eo.h>
#endif