Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 9a4d7fe

Browse files
committed
Fix compile error
1 parent 6dbc951 commit 9a4d7fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PostProcessing/Editor/PostProcessResourceStripper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using UnityEditor.Build;
22
using UnityEngine;
33
using UnityEngine.Rendering.PostProcessing;
4+
using System;
45

56
namespace UnityEditor.Rendering.PostProcessing
67
{

0 commit comments

Comments
 (0)