From 5e0a4c04ad925234174e7eae0d467280225236ee Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 23 Jul 2026 08:54:53 -0600 Subject: [PATCH] feat: add missing using directive for System in IDtmfDecode interface --- .../AudioCodec/Interfaces/IDtmfDecode.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PepperDash.Essentials.Devices.Common/AudioCodec/Interfaces/IDtmfDecode.cs b/src/PepperDash.Essentials.Devices.Common/AudioCodec/Interfaces/IDtmfDecode.cs index 27f8ee3a..a161a3d1 100644 --- a/src/PepperDash.Essentials.Devices.Common/AudioCodec/Interfaces/IDtmfDecode.cs +++ b/src/PepperDash.Essentials.Devices.Common/AudioCodec/Interfaces/IDtmfDecode.cs @@ -1,3 +1,4 @@ +using System; namespace PepperDash.Essentials.Devices.Common.AudioCodec; ///