1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-10-09 23:57:26 -04:00

Add stdlib.h - fixes rand(), srand() and RAND_MAX on VC

This commit is contained in:
Sayantan Datta 2020-05-10 23:35:34 -04:00
parent 59bc426aad
commit 7c0121dae2

View File

@ -29,6 +29,7 @@
#include <implot.h> #include <implot.h>
#include <math.h> #include <math.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
namespace { namespace {