Skip to content

Commit

Permalink
chore: fix namespace references for 3-series
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-welker committed Apr 3, 2024
1 parent 2231c28 commit 2f77d45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/NvxEpi/Features/Routing/NvxGlobalRouter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
using PepperDash.Essentials.Core.Routing;
using NvxEpi.Abstractions.SecondaryAudio;
using NvxEpi.Devices;

#if SERIES4
using PepperDash.Essentials.AppServer.Messengers;
using NvxEpi.McMessengers;
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
#endif

namespace NvxEpi.Features.Routing
{
Expand Down

0 comments on commit 2f77d45

Please sign in to comment.