Fix missing namespace

This commit is contained in:
Wojtek Figat
2024-04-25 17:09:54 +02:00
parent 3ebf73ec22
commit 10c47b8c2a

View File

@@ -1,5 +1,6 @@
// Copyright (c) 2012-2024 Wojciech Figat. All rights reserved.
using System.IO;
using System.Collections.Generic;
using Flax.Build;
using Flax.Build.NativeCpp;