diff --git a/src/memory.cpp b/src/memory.cpp index a513dde6c2..4374882efe 100644 --- a/src/memory.cpp +++ b/src/memory.cpp @@ -20,6 +20,7 @@ #define LMP_USE_TBB_ALLOCATOR #include "tbb/scalable_allocator.h" #else +#include #include #endif #endif