Skip to content

Commit ac10f92

Browse files
fanc999-1kjellahl
authored andcommitted
istream_ioparser test: Include algorithm header
Some Visual Studio releases require it to be included to use std::min().
1 parent 5ca94a5 commit ac10f92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/istream_ioparser/main.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#include <libxml++/libxml++.h>
1919

20+
#include <algorithm>
2021
#include <cassert>
2122
#include <cstdlib>
2223
#include <cstring>

0 commit comments

Comments
 (0)