mirror of
https://github.com/gwm17/implot.git
synced 2024-11-23 02:38:53 -05:00
Add stdlib.h - fixes rand(), srand() and RAND_MAX on VC
This commit is contained in:
parent
59bc426aad
commit
7c0121dae2
|
@ -29,6 +29,7 @@
|
|||
#include <implot.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user