fix some gcc compile issues in new source file
This commit is contained in:
parent
964bc43c29
commit
cfc5ce2335
|
@ -83,11 +83,12 @@
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include "types.h"
|
#include "../types.h"
|
||||||
|
|
||||||
enum DayOfWeek {
|
enum DayOfWeek {
|
||||||
DayOfWeek_Sunday=0,
|
DayOfWeek_Sunday=0,
|
||||||
|
|
Loading…
Reference in New Issue