some fixes

This commit is contained in:
Andrey
2022-01-14 18:25:41 +03:00
parent a7df53fbfe
commit d4c6c410da
2 changed files with 5 additions and 10 deletions

View File

@@ -28,13 +28,11 @@
#include "picout.h"
#include "piintrospection_containers.h"
//#ifndef PIP_MICRO
# ifdef MAC_OS
# include <stdlib.h>
# else
# include <malloc.h>
# endif
//#endif
#ifdef MAC_OS
# include <stdlib.h>
#else
# include <malloc.h>
#endif
#include <initializer_list>
#include <type_traits>
#include <string.h>