Skip to content
Snippets Groups Projects
Commit 95b1b2eb authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

In algo TRD HitFactory2D, fix wrong class header include + related missing header

parent 2086f279
No related branches found
No related tags found
1 merge request!1942Bugfix: cleanup dependency of AlgoOffline on fles_logging
......@@ -2,7 +2,8 @@
SPDX-License-Identifier: GPL-3.0-only
Authors: Dominik Smith [committer], Alexandru Bercuci */
#include "HitFinder2D.h"
#include "HitFactory2D.h"
#include "log.hpp"
#include <numeric>
......
......@@ -4,6 +4,8 @@
#pragma once
#include "compat/RTypes.h"
#include <cstdint>
#include <vector>
......
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