common: add Evas.h header to Pepper_Efl.h 49/241249/2
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 3 Aug 2020 13:35:50 +0000 (22:35 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 19 Aug 2020 16:45:12 +0000 (01:45 +0900)
this will fix build failure in case Pepper_Efl.h is included before
Evas.h

Change-Id: Ie4c230f7b4e548f86ccf8ce82eb10e4674619bb5

src/lib/Pepper_Efl.h

index 34923e598652d60814cc5a87845e0c7933b12ab3..de1447f956e5245b608bf0ab00120f865ac53cf4 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _PEPPER_EFL_H_
 #define _PEPPER_EFL_H_
 
+#include <Evas.h>
+
 /**
 * @addtogroup PEPPER_EFL_MODULE
 * @{