Skip to content

Commit 220fa98

Browse files
authored
Merge pull request #1992 from hzeller/fix-missing-algorithm-include
Add missing include for <algorithm>.
2 parents 5d1568c + 4ecdb5d commit 220fa98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/libvtrutil/src/vtr_ndmatrix.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#ifndef VTR_ND_MATRIX_H
22
#define VTR_ND_MATRIX_H
3+
#include <algorithm>
34
#include <array>
45
#include <memory>
56

0 commit comments

Comments
 (0)