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

master
Zed A. Shaw 2 months ago
parent 9cc6724df8
commit 6fc74ca199
  1. 1
      dbc.hpp

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

Loading…
Cancel
Save