diff --git a/test/performance/logging.cc b/test/performance/logging.cc index 2403d0b6e..79191b055 100644 --- a/test/performance/logging.cc +++ b/test/performance/logging.cc @@ -16,6 +16,7 @@ */ #include +#include #include #include #include diff --git a/testing/include/gz/common/testing/detail/AutoLogFixture.hh b/testing/include/gz/common/testing/detail/AutoLogFixture.hh index 658d3ba83..cb94de259 100644 --- a/testing/include/gz/common/testing/detail/AutoLogFixture.hh +++ b/testing/include/gz/common/testing/detail/AutoLogFixture.hh @@ -17,6 +17,7 @@ #ifndef GZ_COMMON_TESTING_DETAIL_AUTOLOGFIXTURE_HH_ #define GZ_COMMON_TESTING_DETAIL_AUTOLOGFIXTURE_HH_ +#include #include #include