Skip to content

Commit

Permalink
Add missing includes (#660)
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Saurel <[email protected]>
  • Loading branch information
nim65s authored Jan 21, 2025
1 parent 1deb6d9 commit be28fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/performance/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/
#include <gtest/gtest.h>

#include <algorithm>
#include <atomic>
#include <map>
#include <thread>
Expand Down
1 change: 1 addition & 0 deletions testing/include/gz/common/testing/detail/AutoLogFixture.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#ifndef GZ_COMMON_TESTING_DETAIL_AUTOLOGFIXTURE_HH_
#define GZ_COMMON_TESTING_DETAIL_AUTOLOGFIXTURE_HH_

#include <algorithm>
#include <memory>
#include <string>

Expand Down

0 comments on commit be28fbd

Please sign in to comment.