diff --git a/Password Manager/PasswordGenerator.cs b/Password Manager/PasswordGenerator.cs index 7b387c5..74bef48 100644 --- a/Password Manager/PasswordGenerator.cs +++ b/Password Manager/PasswordGenerator.cs @@ -1,4 +1,5 @@ using System.Text; +using System.Diagnostics; namespace Password_Generator {