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-04 12:39:33 +08:00 committed by GitHub
parent 1b768cd8e3
commit 0c16e145bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <map> #include <map>
#include <string> #include <string>
#include <functional>
#include "LibertyClass.hh" #include "LibertyClass.hh"
#include "NetworkClass.hh" #include "NetworkClass.hh"