Skip to content

Commit

Permalink
Include <algorithm>
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Aug 22, 2024
1 parent b5a578d commit 0592e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp11test/src/test-r_vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include <testthat.h>

#include <algorithm> // for max_element

context("r_vector-C++") {
test_that("read only vector capabilities") {
using cpp11::integers;
Expand Down

0 comments on commit 0592e6b

Please sign in to comment.