mirror of https://github.com/opencv/opencv.git
Merge pull request #13606 from rrrapha:malloc-h
commit
7812a805ad
1 changed files with 0 additions and 8 deletions
@ -1,10 +1,2 @@ |
|||||||
#include "../precomp.hpp" |
#include "../precomp.hpp" |
||||||
|
|
||||||
#if defined(TH_DISABLE_HEAP_TRACKING) |
|
||||||
#elif (defined(__unix) || defined(_WIN32)) |
|
||||||
#include <malloc.h> |
|
||||||
#elif defined(__APPLE__) |
|
||||||
#include <malloc/malloc.h> |
|
||||||
#endif |
|
||||||
|
|
||||||
#include "THGeneral.h" |
#include "THGeneral.h" |
||||||
|
Loading…
Reference in new issue