Skip to content

Commit

Permalink
fix(sample): Android build error (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler authored Jan 19, 2024
1 parent 73554f2 commit 77183c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Assets/MediaPipeUnity/Samples/Common/Scripts/GraphRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
using System.Threading.Tasks;
using UnityEngine;

#if UNITY_ANDROID
using UnityEngine.Rendering;
#endif

using Stopwatch = System.Diagnostics.Stopwatch;

namespace Mediapipe.Unity.Sample
Expand Down

0 comments on commit 77183c6

Please sign in to comment.