Skip to content
Snippets Groups Projects
Commit 3914fcc8 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

fixed include processor_factory

parent 913b26d6
No related branches found
No related tags found
1 merge request!234WIP: Gnss
Pipeline #2519 failed
...@@ -1374,7 +1374,7 @@ ProcessorBasePtr ProcessorPolyline::create(const std::string& _unique_name, cons ...@@ -1374,7 +1374,7 @@ ProcessorBasePtr ProcessorPolyline::create(const std::string& _unique_name, cons
} /* namespace wolf */ } /* namespace wolf */
// Register in the SensorFactory // Register in the SensorFactory
#include "processor_factory.h" #include "base/processor/processor_factory.h"
namespace wolf { namespace wolf {
WOLF_REGISTER_PROCESSOR("POLYLINE", ProcessorPolyline) WOLF_REGISTER_PROCESSOR("POLYLINE", ProcessorPolyline)
} /* namespace wolf */ } /* namespace wolf */
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