mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user