From a31d70494112de4004be24c8530eb32eae015a7e Mon Sep 17 00:00:00 2001 From: kai Date: Mon, 13 May 2013 18:47:59 +0200 Subject: [PATCH] Add missing include for Windows --- driver/response.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/response.cpp b/driver/response.cpp index 5839caae..15000a29 100644 --- a/driver/response.cpp +++ b/driver/response.cpp @@ -22,6 +22,7 @@ #include #include #include +#include // returns true if the quote is unescaped bool applyBackslashRule(std::string &arg) {