aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesxx
diff options
context:
space:
mode:
Diffstat (limited to 'cxx/include/aesxx')
-rw-r--r--cxx/include/aesxx/debug.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cxx/include/aesxx/debug.hpp b/cxx/include/aesxx/debug.hpp
index bf1fc9a..96e81b5 100644
--- a/cxx/include/aesxx/debug.hpp
+++ b/cxx/include/aesxx/debug.hpp
@@ -6,7 +6,7 @@
#pragma once
#ifdef WIN32
-#include <Windows.h>
+#include <windows.h>
#include <DbgHelp.h>
#pragma comment(lib, "DbgHelp.Lib")
#endif