Restore stddef.h in Main.cpp

`NULL` is used in this file
This commit is contained in:
Clownacy 2020-07-02 14:54:15 +01:00 committed by GitHub
parent 9549f68b77
commit 47ed4d7bfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
#include "Main.h" #include "Main.h"
#include <stddef.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <string> #include <string>