From 7c0121dae223da65dc19030dcb4310e8f4f141ba Mon Sep 17 00:00:00 2001 From: Sayantan Datta Date: Sun, 10 May 2020 23:35:34 -0400 Subject: [PATCH] Add stdlib.h - fixes rand(), srand() and RAND_MAX on VC --- implot_demo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/implot_demo.cpp b/implot_demo.cpp index 2ea7b6e..1c337fe 100644 --- a/implot_demo.cpp +++ b/implot_demo.cpp @@ -29,6 +29,7 @@ #include #include #include +#include namespace {