Skip to content

Commit c12f5c7

Browse files
committed
Add the missing header for std::array
1 parent 70c1c01 commit c12f5c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/concat_coalescer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "verilogAST/concat_coalescer.hpp"
22
#include "common.cpp"
33
#include "gtest/gtest.h"
4+
#include <array>
45

56
namespace vAST = verilogAST;
67

0 commit comments

Comments
 (0)