| commit | 0a29a48e5ac01dd49cfcc52cfec09ac5bdc4ba7c | [log] [tgz] |
|---|---|---|
| author | Chris Friedt <cfriedt@meta.com> | Sun Oct 23 09:19:48 2022 -0400 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Sun Oct 23 22:11:55 2022 +0200 |
| tree | 949d49a7cadc38f2bf4b76d47e5ce29a43d76aa8 | |
| parent | ef3d52e04c085a37fa0f1ba4c837c2b0456d6012 [diff] |
lib: cpp: add missing functional and cmath includes Manual runs of the autotools docker script were failing due to `std::functional` not being a member of `std`. Similar error messages for `std::ceil` and `std::log`. Signed-off-by: Chris Friedt <cfriedt@meta.com>