diff options
Diffstat (limited to 'base/tracked_objects_unittest.cc')
-rw-r--r-- | base/tracked_objects_unittest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/tracked_objects_unittest.cc b/base/tracked_objects_unittest.cc index c9674f5..ab615da 100644 --- a/base/tracked_objects_unittest.cc +++ b/base/tracked_objects_unittest.cc @@ -5,6 +5,8 @@ // Test of classes in the tracked_objects.h classes. #include "base/tracked_objects.h" + +#include "base/message_loop.h" #include "testing/gtest/include/gtest/gtest.h" namespace tracked_objects { |