summaryrefslogtreecommitdiff
path: root/base/memory/aligned_memory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/memory/aligned_memory.cc')
-rw-r--r--base/memory/aligned_memory.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/memory/aligned_memory.cc b/base/memory/aligned_memory.cc
index 5ec88b16b8..526a49587a 100644
--- a/base/memory/aligned_memory.cc
+++ b/base/memory/aligned_memory.cc
@@ -5,6 +5,7 @@
#include "base/memory/aligned_memory.h"
#include "base/logging.h"
+#include "build/build_config.h"
#if defined(OS_ANDROID)
#include <malloc.h>