added define necessary for minGW
This commit is contained in:
parent
902cd4d210
commit
f7223abaa3
@ -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() {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user