glassechidna / zxing-cpp

ZXing C++ Library
Apache License 2.0
598 stars 435 forks source link

FLT_MAX requires include <cfloat> #49

Closed mcrapet closed 7 years ago

mcrapet commented 7 years ago

Fixes error: 'FLT_MAX' was not declared in this scope. Tested on gcc 4.7 on armv7 & gcc 4.9 on x64

Signed-off-by: Matthieu Crapet mcrapet@gmail.com

aidansteele commented 7 years ago

Thanks!