From 6fc74ca199922c854ee6ff8b9367825afd5ccca8 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 20 Aug 2024 17:29:43 -0400 Subject: [PATCH] DBC didn't work on its own. Needed the functional stuff to get the lambdas. --- dbc.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dbc.hpp b/dbc.hpp index 6e1a70c..a964b75 100644 --- a/dbc.hpp +++ b/dbc.hpp @@ -1,5 +1,6 @@ #include #include +#include using namespace std;