fix: add <functional> header for std::function declaration (#251)

Resolves compilation error:
/home/runner/work/artifact/artifact/include/sta/Property.hh:49:23: error: ‘std::function’ has not been declared

> Build context: [GitHub Actions Run](https://github.com/oscc-ip/artifact/actions/runs/15430880064/job/43428359360#step:5:61)
This commit is contained in:
kazutoiris
2025-06-03 21:39:33 -07:00
committed by GitHub
parent 1b768cd8e3
commit 0c16e145bb
+1
View File
@@ -26,6 +26,7 @@
#include <map>
#include <string>
#include <functional>
#include "LibertyClass.hh"
#include "NetworkClass.hh"