missing <limits.h> header

This commit is contained in:
Alexandre Perrin 2019-09-25 11:10:43 +02:00
parent b77da026c9
commit 026485bdc6

View file

@ -14,6 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>