Merge pull request #55 from KangLin/master

Fix: std::max error. 

Does this solve #53 and #54? Could you check it @oKcerG?

thank you @KangLin!
This commit is contained in:
Nikolaos Ftylitakis 2017-11-15 09:37:43 +02:00 committed by GitHub
commit 5826e86d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "MaskUtil.h"
#include <zxing/common/IllegalArgumentException.h>
#include <stdlib.h>
#include <algorithm>
namespace zxing {
namespace qrcode {