diff --git a/examples/homescreen-benchmark/homescreen-benchmark.cpp b/examples/homescreen-benchmark/homescreen-benchmark.cpp index 3957954..4cc62ee 100644 --- a/examples/homescreen-benchmark/homescreen-benchmark.cpp +++ b/examples/homescreen-benchmark/homescreen-benchmark.cpp @@ -17,6 +17,7 @@ // EXTERNAL INCLUDES #include +#include #include #include @@ -372,7 +373,7 @@ public: if( mConfig.mTableViewEnabled && mConfig.mBatchingEnabled ) { - page.SetProperty( Actor::Property::BATCH_PARENT, true ); + page.SetProperty( DevelActor::Property::BATCH_PARENT, true ); } }