Skip to content

Commit 229ab31

Browse files
committed
Add missing include for <algorithm>.
There is a change in llvm [1] that will soon don't automatically surface symbols from a transitive include of <algorithm>, so we need to make sure to IWYU. [1]: https://github.com/verilog-to-routing/vtr-verilog-to-routing.git Signed-off-by: Henner Zeller <[email protected]>
1 parent 39f6227 commit 229ab31

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)