Skip to content

Commit be28fbd

Browse files
authored
Add missing includes (#660)
Signed-off-by: Guilhem Saurel <[email protected]>
1 parent 1deb6d9 commit be28fbd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/performance/logging.cc

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717
#include <gtest/gtest.h>
1818

19+
#include <algorithm>
1920
#include <atomic>
2021
#include <map>
2122
#include <thread>

testing/include/gz/common/testing/detail/AutoLogFixture.hh

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#ifndef GZ_COMMON_TESTING_DETAIL_AUTOLOGFIXTURE_HH_
1818
#define GZ_COMMON_TESTING_DETAIL_AUTOLOGFIXTURE_HH_
1919

20+
#include <algorithm>
2021
#include <memory>
2122
#include <string>
2223

0 commit comments

Comments
 (0)