Commit c6e08552 authored by jbeder's avatar jbeder
Browse files

Included 'mark.h' in the graphbuilder so that its method for removing the...

Included 'mark.h' in the graphbuilder so that its method for removing the unused param warning (casting to void) compiles on VS
parent 142a4bca
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
#pragma once #pragma once
#endif #endif
#include "yaml-cpp/mark.h"
#include <string> #include <string>
namespace YAML namespace YAML
{ {
struct Mark;
class Parser; class Parser;
// GraphBuilderInterface // GraphBuilderInterface
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment