wrong path for sgp4 include

This commit is contained in:
Ulrich Mohr 2021-08-02 21:22:56 +02:00
parent c3fbe04fc6
commit 4d9c07a1ec
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#ifndef PLATFORM_WIN
#include <sys/time.h>
#endif
#include "fsfw-contrib/sgp4/sgp4unit.h"
#include "fsfw_contrib/sgp4/sgp4unit.h"
#include "fsfw/returnvalues/HasReturnvaluesIF.h"
class Sgp4Propagator {