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:
parent
1b768cd8e3
commit
0c16e145bb
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <functional>
|
||||
|
||||
#include "LibertyClass.hh"
|
||||
#include "NetworkClass.hh"
|
||||
|
|
|
|||
Loading…
Reference in New Issue