Skip to content

Commit bc7ffcd

Browse files
committed
[libs][vtrutil] fix string_view error
1 parent 1f929ea commit bc7ffcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/libvtrutil/src/vtr_logic.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ constexpr int FALSE = 0;
1616
constexpr int TRUE = 1;
1717

1818
#include <array>
19+
#include <string_view>
1920

2021
namespace vtr {
2122

0 commit comments

Comments
 (0)