From 64c233e36b69694cbd6ecc1d1d80123ab01c7fe4 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Thu, 19 Nov 2020 09:56:48 -0700 Subject: [PATCH] fixing things --- .../VideoCodec/CiscoCodec/CiscoSparkCodec.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/essentials-framework/Essentials Devices Common/Essentials Devices Common/VideoCodec/CiscoCodec/CiscoSparkCodec.cs b/essentials-framework/Essentials Devices Common/Essentials Devices Common/VideoCodec/CiscoCodec/CiscoSparkCodec.cs index f3925b5c..04f7fdb6 100644 --- a/essentials-framework/Essentials Devices Common/Essentials Devices Common/VideoCodec/CiscoCodec/CiscoSparkCodec.cs +++ b/essentials-framework/Essentials Devices Common/Essentials Devices Common/VideoCodec/CiscoCodec/CiscoSparkCodec.cs @@ -13,11 +13,14 @@ using PepperDash.Core; using PepperDash.Essentials.Core; using PepperDash.Essentials.Core.Bridges; using PepperDash.Essentials.Core.Config; +using PepperDash.Essentials.Core.Devices.Codec; +using PepperDash.Essentials.Core.Devices.VideoCodec; using PepperDash.Essentials.Core.DeviceTypeInterfaces; using PepperDash.Essentials.Core.Routing; using PepperDash.Essentials.Devices.Common.Cameras; using PepperDash.Essentials.Devices.Common.Codec; -using PepperDash.Essentials.Devices.Common.VideoCodec; +using PepperDash.Essentials.Devices.Core.VideoCodec; + namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco {