diff options
Diffstat (limited to 'utils/helpers/bmp.hpp')
-rw-r--r-- | utils/helpers/bmp.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/helpers/bmp.hpp b/utils/helpers/bmp.hpp index 262198d..b4b283b 100644 --- a/utils/helpers/bmp.hpp +++ b/utils/helpers/bmp.hpp @@ -3,7 +3,7 @@ // For details, see https://github.com/egor-tensin/aes-tools. // Distributed under the MIT License. -#include <Windows.h> +#include <windows.h> #include <cstddef> #include <cstring> |