mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-21 20:18:17 +08:00
Removed #include <malloc.h> from the Shiny profiler as there is no
malloc.h on OSX.
This commit is contained in:
parent
6f4a04c2d7
commit
7fd06ef311
@ -24,7 +24,7 @@ THE SOFTWARE.
|
|||||||
|
|
||||||
#include "ShinyManager.h"
|
#include "ShinyManager.h"
|
||||||
|
|
||||||
#include <malloc.h>
|
// #include <malloc.h>
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -26,7 +26,7 @@ THE SOFTWARE.
|
|||||||
#include "ShinyTools.h"
|
#include "ShinyTools.h"
|
||||||
|
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#include <malloc.h>
|
// #include <malloc.h>
|
||||||
|
|
||||||
#if SHINY_IS_COMPILED == TRUE
|
#if SHINY_IS_COMPILED == TRUE
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ THE SOFTWARE.
|
|||||||
#include "ShinyNode.h"
|
#include "ShinyNode.h"
|
||||||
#include "ShinyZone.h"
|
#include "ShinyZone.h"
|
||||||
|
|
||||||
#include <malloc.h>
|
// #include <malloc.h>
|
||||||
|
|
||||||
|
|
||||||
#if SHINY_IS_COMPILED == TRUE
|
#if SHINY_IS_COMPILED == TRUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user