From 8559e0ae88e4a419e7d319d825d69f452548b7ff Mon Sep 17 00:00:00 2001 From: speedie Date: Thu, 17 Aug 2023 09:39:35 +0200 Subject: [PATCH] Although not technically necessary, cstdlib should be included anyway --- mcopy.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mcopy.cpp b/mcopy.cpp index 53ce670..42747a2 100644 --- a/mcopy.cpp +++ b/mcopy.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #include #include