Skip to content

Commit 24f3963

Browse files
authored
Merge pull request PimDeWitte#17 from DamianMehers/master
use "System.Threading.Tasks" so Tasks reference compiles
2 parents 832be90 + a9e2ac4 commit 24f3963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnityMainThreadDispatcher.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818
using System.Collections;
1919
using System.Collections.Generic;
2020
using System;
21+
using System.Threading.Tasks;
2122

2223
/// Author: Pim de Witte (pimdewitte.com) and contributors, https://github.com/PimDeWitte/UnityMainThreadDispatcher
2324
/// <summary>

0 commit comments

Comments
 (0)