From 3a142c4a40ab5d179569fd79d20df2fab6f3eea7 Mon Sep 17 00:00:00 2001 From: A11CF0 Date: Tue, 12 Nov 2024 12:15:20 +0300 Subject: [PATCH] Oh, here we go again. --- SRC/NVDA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/NVDA.cpp b/SRC/NVDA.cpp index 9d78921..b03fb25 100644 --- a/SRC/NVDA.cpp +++ b/SRC/NVDA.cpp @@ -1,6 +1,6 @@ #include "Encoding.h" #include "NVDA.h" -#include +#include bool NVDA::Initialize() { lib = LoadLibraryW(L"nvdaControllerClient.dll");