Skip to content

Commit 526bcc2

Browse files
committed
build fixes
1 parent 976108d commit 526bcc2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Assets/Scripts/Gradients/CentralDifferenceGradientComputator.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using itk.simple;
2-
using openDicom.Image;
31
using System;
4-
using System.Runtime.InteropServices;
52
using UnityEngine;
63

74
namespace UnityVolumeRendering

Assets/Scripts/Gradients/GradientComputator.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#if UVR_USE_SIMPLEITK
12
using itk.simple;
3+
#endif
24
using System;
35
using System.Runtime.InteropServices;
46
using UnityEngine;

0 commit comments

Comments
 (0)