Included 'mark.h' in the graphbuilder so that its method for removing the unused param warning (casting to void) compiles on VS

This commit is contained in:
Jesse Beder
2011-03-02 20:30:54 +00:00
parent f34d60ca65
commit 1e0c36c5cc

View File

@@ -5,11 +5,11 @@
#pragma once
#endif
#include "yaml-cpp/mark.h"
#include <string>
namespace YAML
{
struct Mark;
class Parser;
// GraphBuilderInterface