Unverified Commit ca301f04 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

add missing include for compiling with intel compilers without TBB

parent 548fd40e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#define LMP_USE_TBB_ALLOCATOR
#include "tbb/scalable_allocator.h"
#else
#include <cstring>
#include <malloc.h>
#endif
#endif