Add missing include for Windows

This commit is contained in:
kai
2013-05-13 18:47:59 +02:00
parent b3dbf9cd9c
commit a31d704941

View File

@@ -22,6 +22,7 @@
#include <string.h>
#include <string>
#include <vector>
#include <cctype>
// returns true if the quote is unescaped
bool applyBackslashRule(std::string &arg) {