aboutsummaryrefslogtreecommitdiff
path: root/src/common/memory_range_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/memory_range_unittest.cc')
-rw-r--r--src/common/memory_range_unittest.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/memory_range_unittest.cc b/src/common/memory_range_unittest.cc
index f112e761..f081d679 100644
--- a/src/common/memory_range_unittest.cc
+++ b/src/common/memory_range_unittest.cc
@@ -28,6 +28,10 @@
// memory_range_unittest.cc: Unit tests for google_breakpad::MemoryRange.
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include "breakpad_googletest_includes.h"
#include "common/memory_range.h"