diff options
Diffstat (limited to 'src/lift.cpp')
-rw-r--r-- | src/lift.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lift.cpp b/src/lift.cpp index e3a741b..6bd991b 100644 --- a/src/lift.cpp +++ b/src/lift.cpp @@ -23,6 +23,9 @@ * a closure (a tuple with the function and necessary context) */ +#include <algorithm> +#include <string> + #include "resp.hpp" using namespace std; |