opencv/modules/dnn/src/torch/THGeneral.cpp
2017-12-18 18:08:28 +03:00

11 lines
211 B
C++

#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"