mirror of https://github.com/status-im/qzxing.git
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:
commit
5826e86d1b
|
@ -1,6 +1,7 @@
|
|||
#include "MaskUtil.h"
|
||||
#include <zxing/common/IllegalArgumentException.h>
|
||||
#include <stdlib.h>
|
||||
#include <algorithm>
|
||||
|
||||
namespace zxing {
|
||||
namespace qrcode {
|
||||
|
|
Loading…
Reference in New Issue