From c6e085524a1f6577d08b316894ee536c94d700b1 Mon Sep 17 00:00:00 2001 From: jbeder Date: Wed, 2 Mar 2011 20:30:54 +0000 Subject: [PATCH] Included 'mark.h' in the graphbuilder so that its method for removing the unused param warning (casting to void) compiles on VS --- include/yaml-cpp/contrib/graphbuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/yaml-cpp/contrib/graphbuilder.h b/include/yaml-cpp/contrib/graphbuilder.h index 2ea139b..f2237e3 100644 --- a/include/yaml-cpp/contrib/graphbuilder.h +++ b/include/yaml-cpp/contrib/graphbuilder.h @@ -5,11 +5,11 @@ #pragma once #endif +#include "yaml-cpp/mark.h" #include namespace YAML { - struct Mark; class Parser; // GraphBuilderInterface