MathisRosenhauer / libaec

libaec - Adaptive Entropy Coding library
https://gitlab.dkrz.de/k202009/libaec
BSD 2-Clause "Simplified" License
12 stars 9 forks source link

encode_accessors.h: include "config.h" to allow header to stand alone #3

Closed schwehr closed 6 years ago

schwehr commented 6 years ago

Some compilers do header precompilation and this requires that each header can stand alone. Including config.h sets HAVE_STDINT_H.