Skip to content

Commit d96bc2a

Browse files
authored
Merge pull request #2161 from npmiller/fix-include
Fix missing include in loader config test
2 parents eb8edbe + b319082 commit d96bc2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/loader/loader_config/urLoaderConfigGetInfo.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
#include "fixtures.hpp"
77

8+
#include <algorithm>
9+
810
struct urLoaderConfigGetInfoWithParamTest
911
: LoaderConfigTest,
1012
::testing::WithParamInterface<ur_loader_config_info_t> {

0 commit comments

Comments
 (0)