From ec9833149963b48287b5b4d53fde8a4082e6e414 Mon Sep 17 00:00:00 2001 From: Joseph Langley Date: Sun, 14 Aug 2016 20:46:31 -0400 Subject: [PATCH] Fix path separator error in regex_yaml.h --- src/regex_yaml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/regex_yaml.h b/src/regex_yaml.h index 2491c16..8f28b85 100644 --- a/src/regex_yaml.h +++ b/src/regex_yaml.h @@ -10,7 +10,7 @@ #include #include -#include "yaml-cpp\dll.h" +#include "yaml-cpp/dll.h" namespace YAML { class Stream;