summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-11-28 23:08:40 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-11-28 23:08:40 +0100
commitb97387123d72d7373ba0a1cbc8f2b344074aa306 (patch)
tree13762bb815299348cbddd7793121e7018c2ac3ba /lib/efl/native/elm
parente8c96cdacca9cdce12b291baf3c20d124a5bab2d (diff)
downloadffi-efl-b97387123d72d7373ba0a1cbc8f2b344074aa306.zip
ffi-efl-b97387123d72d7373ba0a1cbc8f2b344074aa306.tar.gz
add missing require elementary to elm_layout
Diffstat (limited to 'lib/efl/native/elm')
-rw-r--r--lib/efl/native/elm/elm_layout.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efl/native/elm/elm_layout.rb b/lib/efl/native/elm/elm_layout.rb
index aae1eac..31593b2 100644
--- a/lib/efl/native/elm/elm_layout.rb
+++ b/lib/efl/native/elm/elm_layout.rb
@@ -3,6 +3,7 @@
#
require 'efl/native'
require 'efl/native/edje'
+require 'efl/native/elementary'
#
module Efl
#