Skip to content
Snippets Groups Projects
Commit 50467068 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Fix includes

parent e8da915d
No related branches found
No related tags found
1 merge request!36After cmake and const refactor
......@@ -23,7 +23,7 @@
#include "core/yaml/yaml_conversion.h"
// wolf
#include "core/common/factory.h"
#include "core/processor/factory_processor.h"
// yaml-cpp library
#include <yaml-cpp/yaml.h>
......
......@@ -31,7 +31,7 @@
// wolf
#include "vision/sensor/sensor_camera.h"
#include "core/common/factory.h"
#include "core/sensor/factory_sensor.h"
// yaml-cpp library
#include <yaml-cpp/yaml.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment