Fix build issue

This commit is contained in:
ReinUsesLisp 2018-07-28 02:35:13 -03:00
parent c4497b8700
commit 50cd75fe35

View file

@ -6,8 +6,11 @@ using System.Runtime.InteropServices;
#if !VALIDATE
using System.Diagnostics;
#endif
namespace OpenTK.Graphics.Vulkan
{
using Debug = System.Diagnostics.Debug;
public unsafe class NativeList<T> : IEnumerable<T>, IDisposable where T : struct
{
private byte* _dataPtr;