Merge pull request #352 from redstar/winldmd

Add missing include for Windows
This commit is contained in:
Kai Nacke
2013-05-13 11:20:24 -07:00

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) {