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

Fix includes

parent 75729963
No related branches found
No related tags found
1 merge request!47After cmake and const refactors
......@@ -31,7 +31,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 @@
#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 @@
#include "core/yaml/yaml_conversion.h"
// wolf
#include "core/common/factory.h"
#include "core/sensor/factory_sensor.h"
// yaml-cpp library
#include <yaml-cpp/yaml.h>
......
......@@ -31,7 +31,7 @@
#include "core/yaml/yaml_conversion.h"
// wolf
#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