added define necessary for minGW

This commit is contained in:
Robin Müller 2020-09-05 21:20:10 +02:00
parent 902cd4d210
commit f7223abaa3
1 changed files with 5 additions and 1 deletions

View File

@ -1,8 +1,12 @@
#include "CCSDSTime.h"
#include "../timemanager/CCSDSTime.h"
#include <stdio.h>
#include <inttypes.h>
#include <math.h>
#ifndef SCNu8
#define SCNu8 "hhu"
#endif
CCSDSTime::CCSDSTime() {
}