Commit 1e0c36c5 by Jesse Beder

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

Included 'mark.h' in the graphbuilder so that its method for removing the unused param warning (casting to void) compiles on VS
parent f34d60ca
...@@ -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