Skip to content

Commit 4678ef5

Browse files
author
David Kline
authored
Merge pull request #9584 from keveleigh/openxr-2020
Wrap namespace in #if MSFT_OPENXR_0_2_0_OR_NEWER
2 parents 22c5286 + 5bc6cba commit 4678ef5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Assets/MRTK/Providers/OpenXR/Scripts/OpenXRHandMeshProvider.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4+
#if MSFT_OPENXR_0_2_0_OR_NEWER
45
using Microsoft.MixedReality.OpenXR;
6+
#endif // MSFT_OPENXR_0_2_0_OR_NEWER
7+
58
using Microsoft.MixedReality.Toolkit.Input;
69
using System.Collections.Generic;
710
using UnityEngine;

0 commit comments

Comments
 (0)