Skip to content

Commit 0592e6b

Browse files
committed
Include <algorithm>
1 parent b5a578d commit 0592e6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp11test/src/test-r_vector.cpp

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

55
#include <testthat.h>
66

7+
#include <algorithm> // for max_element
8+
79
context("r_vector-C++") {
810
test_that("read only vector capabilities") {
911
using cpp11::integers;

0 commit comments

Comments
 (0)