Skip to content

Commit 0942236

Browse files
nim65sazeey
authored andcommitted
Add missing includes (#660)
Signed-off-by: Guilhem Saurel <[email protected]> (cherry picked from commit be28fbd)
1 parent 8c10de0 commit 0942236

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/performance/logging.cc

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)