summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2016-05-05 20:55:13 -0300
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2016-05-05 20:55:13 -0300
commitd6aaece82110f9ce2222602b0c71dbaf824fc39c (patch)
tree7240170b121654560880c6a0ed109d30c673d5fc
parent1bb1f3103bc5e8c2dc7df6f40b39784ae661ba25 (diff)
downloadefl-devs/cedric/loop_user.tar.gz
ecore-cxx: Fix compilation order of loop_user and loop classesdevs/cedric/loop_user
Moved include directive of efl_loop.eo.hh before efl_loop_user.eo.hh
-rw-r--r--src/bindings/ecore_cxx/Ecore.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bindings/ecore_cxx/Ecore.hh b/src/bindings/ecore_cxx/Ecore.hh
index c671287f1e..693a821d99 100644
--- a/src/bindings/ecore_cxx/Ecore.hh
+++ b/src/bindings/ecore_cxx/Ecore.hh
@@ -11,6 +11,7 @@
#include <cstring>
#ifdef EFL_BETA_API_SUPPORT
+#include <efl_loop.eo.hh>
#include <Ecore.eo.hh>
#endif