mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Improved Aztec Code bit compression
Somewhat fixes #30 reported by Francois Grieu
This commit is contained in:
@ -52,6 +52,7 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user