Skip to content

Commit 773105f

Browse files
SwooshyCuebalanking
authored andcommitted
[#158] array_ref.hpp: add missing <vector> include
1 parent 471193c commit 773105f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/irods/private/re/python/types/array_ref.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <cstddef>
66
#include <iterator>
77
#include <stdexcept>
8+
#include <vector>
89

910
template <typename T, bool NullTerminated = false>
1011
class array_ref;

0 commit comments

Comments
 (0)