Fixed typing errors(Visual Studio type checker sucks)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user