mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Fixed broken includes when using the old api
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "yaml-cpp/conversion.h"
|
||||
#include "yaml-cpp/old-api/conversion.h"
|
||||
#include <algorithm>
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
@@ -6,7 +6,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#include "yaml-cpp/ltnode.h"
|
||||
#include "yaml-cpp/old-api/ltnode.h"
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#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/emitter.h"
|
||||
#include "yaml-cpp/eventhandler.h"
|
||||
|
Reference in New Issue
Block a user