From d4d1c8106c19cc8358628caf30b01b5ceff839e5 Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Sun, 27 Mar 2022 12:21:09 +0200 Subject: [PATCH] added missing includes --- bsp_te0720_1cfa/ObjectFactory.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp_te0720_1cfa/ObjectFactory.cpp b/bsp_te0720_1cfa/ObjectFactory.cpp index b8feb398..e10b68fc 100644 --- a/bsp_te0720_1cfa/ObjectFactory.cpp +++ b/bsp_te0720_1cfa/ObjectFactory.cpp @@ -11,11 +11,14 @@ #include "fsfw/tmtcpacket/pus/tm.h" #include "fsfw/tmtcservices/CommandingServiceBase.h" #include "fsfw/tmtcservices/PusServiceBase.h" +#include "fsfw_hal/linux/i2c/I2cCookie.h" #include "linux/devices/ploc/PlocMPSoCHandler.h" #include "linux/devices/ploc/PlocMPSoCHelper.h" +#include "mission/devices/Tmp1075Handler.h" #include "mission/core/GenericFactory.h" #include "mission/utility/TmFunnel.h" #include "objects/systemObjectList.h" +#include "devices/addresses.h" #include "tmtc/apid.h" #include "tmtc/pusIds.h"