Fix compiler error: include <array> in SaifReaderPvt.hh

(Upstream in https://github.com/parallaxsw/OpenSTA/pull/105)

Signed-off-by: Matt Liberty <[email protected]>
This commit is contained in:
Matt Liberty
2024-10-02 19:54:55 +00:00
parent c7b622b7c0
commit b5f3a02b33
+1
View File
@@ -16,6 +16,7 @@
#pragma once
#include <array>
#include <cstdint>
#include <vector>
#include <string>