Skip to content

Commit

Permalink
Merge pull request #132 from hadashiA/ku/fix-ecs
Browse files Browse the repository at this point in the history
Fix compilation error with ecs
  • Loading branch information
hadashiA authored Feb 19, 2021
2 parents 7d84fa1 + be47b2c commit 4dd6f9d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System.Collections.Generic;
#if VCONTAINER_ECS_INTEGRATION
using Unity.Entities;
#endif

namespace VContainer.Unity
{
Expand Down

1 comment on commit 4dd6f9d

@vercel
Copy link

@vercel vercel bot commented on 4dd6f9d Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.