Skip to content

Commit 77183c6

Browse files
authored
fix(sample): Android build error (#1127)
1 parent 73554f2 commit 77183c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Assets/MediaPipeUnity/Samples/Common/Scripts/GraphRunner.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
using System.Threading.Tasks;
1212
using UnityEngine;
1313

14+
#if UNITY_ANDROID
15+
using UnityEngine.Rendering;
16+
#endif
17+
1418
using Stopwatch = System.Diagnostics.Stopwatch;
1519

1620
namespace Mediapipe.Unity.Sample

0 commit comments

Comments
 (0)