Fix compiler error: include <array> in SaifReaderPvt.hh
(Upstream in https://github.com/parallaxsw/OpenSTA/pull/105) Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
This commit is contained in:
parent
c7b622b7c0
commit
b5f3a02b33
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
|
|
|||
Loading…
Reference in New Issue