summaryrefslogtreecommitdiff
path: root/LUT.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LUT.cs')
-rw-r--r--LUT.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUT.cs b/LUT.cs
index b688f0e..06db8dd 100644
--- a/LUT.cs
+++ b/LUT.cs
@@ -6,8 +6,10 @@ using System.Runtime.InteropServices;
using ImGuiNET;
using SharpPluginLoader.Core.Memory;
+#if TEXTURE_FEATURE
using SharpPluginLoader.Core.Resources;
using SharpPluginLoader.Core.IO;
+#endif
namespace WorldTuningTool
{