From 79860c7d39b77e784d4ca04b4886f4cbca301938 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Sun, 6 Oct 2024 23:19:42 -0700 Subject: [PATCH] Added the capability for custom encryption's to be added to EHC. --- src/io/audio/BaseAudioDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/audio/BaseAudioDevice.cpp b/src/io/audio/BaseAudioDevice.cpp index be0be64..8b0c278 100644 --- a/src/io/audio/BaseAudioDevice.cpp +++ b/src/io/audio/BaseAudioDevice.cpp @@ -1,5 +1,5 @@ #include "ehs/io/audio/BaseAudioDevice.h" -#include "ehs/log.h" +#include "ehs/Log.h" namespace ehs { -- 2.46.2