Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Jun 22, 2024
1 parent 9dec168 commit cd57517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VContainer/Assets/VContainer/Runtime/Internal/FreeList.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
#if UNITY_2021_3_OR_NEWER
using System.Runtime.InteropServices;
using Unity.Collections.LowLevel.Unsafe;
#endif

Expand Down

0 comments on commit cd57517

Please sign in to comment.