Fixed typing errors(Visual Studio type checker sucks)

This commit is contained in:
2021-12-15 22:44:05 +03:00
parent 67386adad2
commit 1275c47676
4 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
#include <iostream>
#include <locale>
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(__CYGWIN__)
#include <Windows.h>
#endif
#include "../QRCodeLibrary/QRCode.hpp"