mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-16 12:53:14 +01:00
Merge pull request #352 from redstar/winldmd
Add missing include for Windows
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user