add missing include for compiling with intel compilers without TBB

This commit is contained in:
Axel Kohlmeyer
2019-09-13 09:47:02 -04:00
parent 548fd40e9a
commit ca301f040b

View File

@ -20,6 +20,7 @@
#define LMP_USE_TBB_ALLOCATOR
#include "tbb/scalable_allocator.h"
#else
#include <cstring>
#include <malloc.h>
#endif
#endif