mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Fixed broken includes when using the old api
This commit is contained in:
@@ -6,11 +6,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "yaml-cpp/conversion.h"
|
|
||||||
#include "yaml-cpp/dll.h"
|
#include "yaml-cpp/dll.h"
|
||||||
#include "yaml-cpp/exceptions.h"
|
#include "yaml-cpp/exceptions.h"
|
||||||
#include "yaml-cpp/mark.h"
|
#include "yaml-cpp/mark.h"
|
||||||
#include "yaml-cpp/noncopyable.h"
|
#include "yaml-cpp/noncopyable.h"
|
||||||
|
#include "yaml-cpp/old-api/conversion.h"
|
||||||
#include "yaml-cpp/old-api/iterator.h"
|
#include "yaml-cpp/old-api/iterator.h"
|
||||||
#include "yaml-cpp/old-api/ltnode.h"
|
#include "yaml-cpp/old-api/ltnode.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
@@ -129,7 +129,7 @@ namespace YAML
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "yaml-cpp/nodeimpl.h"
|
#include "yaml-cpp/old-api/nodeimpl.h"
|
||||||
#include "yaml-cpp/nodereadimpl.h"
|
#include "yaml-cpp/old-api/nodereadimpl.h"
|
||||||
|
|
||||||
#endif // NODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
|
#endif // NODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "yaml-cpp/nodeutil.h"
|
#include "yaml-cpp/old-api/nodeutil.h"
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
namespace YAML
|
namespace YAML
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#include "yaml-cpp/conversion.h"
|
#include "yaml-cpp/old-api/conversion.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "yaml-cpp/ltnode.h"
|
#include "yaml-cpp/old-api/ltnode.h"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#include "yaml-cpp/old-api/node.h"
|
#include "yaml-cpp/old-api/node.h"
|
||||||
#include "yaml-cpp/aliasmanager.h"
|
#include "yaml-cpp/old-api/aliasmanager.h"
|
||||||
#include "yaml-cpp/emitfromevents.h"
|
#include "yaml-cpp/emitfromevents.h"
|
||||||
#include "yaml-cpp/emitter.h"
|
#include "yaml-cpp/emitter.h"
|
||||||
#include "yaml-cpp/eventhandler.h"
|
#include "yaml-cpp/eventhandler.h"
|
||||||
|
Reference in New Issue
Block a user