diff --git a/Sources/SynKit/Libraries/Parser/ParseErrorElement.cs b/Sources/SynKit/Libraries/Parser/ParseErrorElement.cs
index c33f1079..d0005f1c 100644
--- a/Sources/SynKit/Libraries/Parser/ParseErrorElement.cs
+++ b/Sources/SynKit/Libraries/Parser/ParseErrorElement.cs
@@ -3,6 +3,7 @@
// Source repository: https://github.com/LanguageDev/Yoakke
using System.Collections.Generic;
+using System.Collections.Generic.Polyfill;
namespace Yoakke.SynKit.Parser;
@@ -11,10 +12,12 @@ namespace Yoakke.SynKit.Parser;
///
public class ParseErrorElement
{
+ private readonly ParseErrorExpectationSet expected;
+
///
/// The expected possible inputs.
///
- public ISet