Commit 1e0c36c5 authored by Jesse Beder's avatar Jesse Beder
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 f34d60ca
......@@ -5,11 +5,11 @@
#pragma once
#endif
#include "yaml-cpp/mark.h"
#include <string>
namespace YAML
{
struct Mark;
class Parser;
// 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