|
Video Processing Framework
|
00001 #ifndef YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66 00002 #define YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66 00003 00004 #if !defined(__GNUC__) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4) // GCC supports "pragma once" correctly since 3.4 00005 #pragma once 00006 #endif 00007 00008 00009 #include "yaml-cpp/parser.h" 00010 #include "yaml-cpp/node.h" 00011 #include "yaml-cpp/stlnode.h" 00012 #include "yaml-cpp/iterator.h" 00013 #include "yaml-cpp/emitter.h" 00014 #include "yaml-cpp/stlemitter.h" 00015 #include "yaml-cpp/exceptions.h" 00016 00017 #endif // YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66