added stopwatch include

This commit is contained in:
Robin Müller 2021-02-23 18:18:12 +01:00 committed by Robin Mueller
parent e32de64f21
commit cd27b7e7c2

View File

@ -5,6 +5,7 @@
#include <linux/spi/spidev.h>
#include <fcntl.h>
#include <fsfw/timemanager/Stopwatch.h>
#include <linux/gpio/gpioDefinitions.h>
#include <linux/gpio/GpioCookie.h>
#include <linux/utility/Utility.h>