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

Merge pull request #27 from sayan1an/master

Add stdlib.h - fixes rand(), srand() and RAND_MAX on VC
This commit is contained in:
Evan Pezent 2020-05-11 00:58:20 -05:00 committed by GitHub
commit 4e9b265c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {