diff --git a/memory/mozalloc/mozalloc.cpp b/memory/mozalloc/mozalloc.cpp index 21d8e8666e..57976ac953 100644 --- a/memory/mozalloc/mozalloc.cpp +++ b/memory/mozalloc/mozalloc.cpp @@ -3,6 +3,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include // These need to be included before overriding +#include // with clang on 32-bit ARM Linux -dbsoft #include // for size_t // Building with USE_STATIC_LIBS = True sets -MT instead of -MD. -MT sets _MT,