Skip to content

Commit 71c15db

Browse files
committed
Fix publish error
1 parent e01f55f commit 71c15db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

VRCOSC.App/OpenVR/OpenVRManager.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
using VRCOSC.App.Settings;
2020
using VRCOSC.App.Utils;
2121

22+
#if !DEBUG
23+
using Velopack.Locators;
24+
#endif
25+
2226
namespace VRCOSC.App.OpenVR;
2327

2428
public class OpenVRManager

0 commit comments

Comments
 (0)