DBC didn't work on its own. Needed the functional stuff to get the lambdas.

This commit is contained in:
Zed A. Shaw 2024-08-20 17:29:43 -04:00
parent 9cc6724df8
commit 6fc74ca199

View file

@ -1,5 +1,6 @@
#include <string> #include <string>
#include <fmt/core.h> #include <fmt/core.h>
#include <functional>
using namespace std; using namespace std;