Skip to content

Commit

Permalink
Add namespace usage to fix android tv compile (#24820)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Jun 26, 2023
1 parent 0877c74 commit 1155388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/tv-app/android/java/AppImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#include <platform/CHIPDeviceLayer.h>
#include <platform/DeviceInstanceInfoProvider.h>

using namespace app::Clusters;
using namespace chip;
using namespace chip::AppPlatform;
using namespace chip::DeviceLayer;
Expand Down

0 comments on commit 1155388

Please sign in to comment.