savio pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=517e41e861f919b30a15c1d7028c9f5234621f67

commit 517e41e861f919b30a15c1d7028c9f5234621f67
Author: Savio Sena <sa...@expertisesolutions.com.br>
Date:   Mon Jul 21 20:58:28 2014 -0300

    elementary++: Added missing includes.
    
    This fixes 'make check'.
---
 src/tests/elm_cxx_suite.cc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/tests/elm_cxx_suite.cc b/src/tests/elm_cxx_suite.cc
index 6af675d..73873c2 100644
--- a/src/tests/elm_cxx_suite.cc
+++ b/src/tests/elm_cxx_suite.cc
@@ -17,7 +17,10 @@
 #include <Eo.h>
 #include <Evas.h>
 #include <Elementary.h>
+
 #include <elm_widget.h>
+#include <elm_interface_scrollable.h>
+#include <elm_interface_atspi_text.h>
 #include <elm_interface_atspi_accessible.h>
 
 #include <elc_ctxpopup.eo.hh>

-- 


Reply via email to