From e1454885476b4aa8d32d7fb41b1124ee293956bb Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Sat, 21 Jan 2012 00:08:35 -0600 Subject: [PATCH] Added back yaml.h (since it used to be generated) --- .hgignore | 1 - include/yaml-cpp/yaml.h | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 include/yaml-cpp/yaml.h diff --git a/.hgignore b/.hgignore index 8cf1324..508ad10 100644 --- a/.hgignore +++ b/.hgignore @@ -1,2 +1 @@ syntax: glob -include/yaml-cpp/yaml.h diff --git a/include/yaml-cpp/yaml.h b/include/yaml-cpp/yaml.h new file mode 100644 index 0000000..9957fdf --- /dev/null +++ b/include/yaml-cpp/yaml.h @@ -0,0 +1,17 @@ +#ifndef YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66 +#define YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66 + +#if defined(_MSC_VER) || (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4 +#pragma once +#endif + +#include "yaml-cpp/parser.h" +#include "yaml-cpp/emitter.h" +#include "yaml-cpp/stlemitter.h" +#include "yaml-cpp/exceptions.h" + +#include "yaml-cpp/node.h" +#include "yaml-cpp/stlnode.h" +#include "yaml-cpp/iterator.h" + +#endif // YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66