Index: device/test/test_device_client.cc |
diff --git a/device/test/test_device_client.cc b/device/test/test_device_client.cc |
index ff6933ec04558a7cc6aaf3a7d7d5852c464ec415..7a6c0526fb63b1d89802f8d539571d6279e3a238 100644 |
--- a/device/test/test_device_client.cc |
+++ b/device/test/test_device_client.cc |
@@ -4,6 +4,8 @@ |
#include "device/test/test_device_client.h" |
+#include "build/build_config.h" |
+ |
// This file unconditionally includes these headers despite conditionally |
// depending on the corresponding targets. The code below needs the destructors |
// of the classes defined even when the classes are never instantiated. |