"official/projects/s3d/train.py" did not exist on "136cb326bad297256ec437e35f5b01f4f94e6825"
Commit 2a256f28 authored by jbeder's avatar jbeder
Browse files

Moved all the includes to a subfolder yaml-cpp so they don't interfere with...

Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
parent 12d2beda
......@@ -2,7 +2,7 @@
#include "emittertests.h"
#include "parsertests.h"
#include "spectests.h"
#include "yaml.h"
#include "yaml-cpp/yaml.h"
#include <fstream>
#include <sstream>
#include <vector>
......
#include "yaml.h"
#include "yaml-cpp/yaml.h"
#include <fstream>
#include <iostream>
#include <vector>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment