1
0
forked from fsfw/fsfw

include fixes

This commit is contained in:
2020-09-29 18:01:55 +02:00
parent 4f3cfdcaaf
commit 3c814a5e61
9 changed files with 24 additions and 25 deletions

View File

@ -1,7 +1,7 @@
#ifndef FRAMEWORK_MONITORING_ABSLIMITMONITOR_H_
#define FRAMEWORK_MONITORING_ABSLIMITMONITOR_H_
#include "../monitoring/MonitorBase.h"
#include "MonitorBase.h"
#include <cmath>
template<typename T>