iwyu: //aos/testing/...

The full include-list for aos/testing/test_logging.h:

The full include-list for aos/testing/test_logging.cc:
"aos/testing/test_logging.h"
<string.h>                       // for strcmp
<algorithm>                      // for max
<cstdio>                         // for fclose, fopen, printf, stdout, FILE
<memory>                         // for shared_ptr, __shared_ptr_access, make_unique
<mutex>                          // for unique_lock
<string_view>                    // for string_view
<vector>                         // for vector
"absl/base/call_once.h"          // for call_once, once_flag
"aos/logging/implementations.h"  // for LogMessage, PrintMessage, SetImplementation, log_do, ERROR, FATAL, HandleMessageLogImplementation
"aos/stl_mutex/stl_mutex.h"      // for stl_mutex
"aos/time/time.h"                // for monotonic_clock
"gtest/gtest.h"                  // for TestPartResult, TestInfo, UnitTest, EmptyTestEventListener, TestEventListeners, TestResult

The full include-list for aos/testing/test_logging.h:

The full include-list for aos/testing/test_logging_test.cc:
"aos/testing/test_logging.h"
<memory>                 // for allocator
<thread>                 // for thread
"aos/logging/logging.h"  // for INFO, AOS_LOG
"gtest/gtest.h"          // for Test, TestInfo, TEST

The full include-list for aos/testing/test_shm.h:
"aos/ipc_lib/shared_mem_types.h"  // for aos_core

The full include-list for aos/testing/test_shm.cc:
"aos/testing/test_shm.h"
<stddef.h>                    // for NULL
<sys/mman.h>                  // for mmap, munmap, MAP_ANONYMOUS, MAP_FAILED, MAP_SHARED, PROT_READ, PROT_WRITE, size_t
"aos/ipc_lib/shared_mem.h"    // for aos_core_use_address_as_shared_mem
"aos/logging/logging.h"       // for LogImplCheck_NE, AOS_CHECK_NE, AOS_PCHECK
"aos/testing/test_logging.h"  // for EnableTestLogging

The full include-list for aos/testing/gtest_main.cc:
"aos/init.h"            // for InitGoogle
"aos/testing/tmpdir.h"  // for SetTestShmBase
"gflags/gflags.h"       // for DEFINE_bool, DEFINE_string
"glog/logging.h"        // for FLAGS_logtostderr
"gtest/gtest.h"         // for InitGoogleTest, RUN_ALL_TESTS, GTEST_API_

Signed-off-by: Stephan Pleines <pleines.stephan@gmail.com>
Change-Id: I664657e4b1269ddf3649160dee00b2d41094c468
diff --git a/aos/testing/test_logging_test.cc b/aos/testing/test_logging_test.cc
index 5731545..b37bec4 100644
--- a/aos/testing/test_logging_test.cc
+++ b/aos/testing/test_logging_test.cc
@@ -1,5 +1,6 @@
 #include "aos/testing/test_logging.h"
 
+#include <memory>
 #include <thread>
 
 #include "gtest/gtest.h"