Merge pull request #169 from kng/master

Change time.h to timelib.h for 32bit to compile
This commit is contained in:
Gunnar Skjold
2021-12-18 17:21:19 +01:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
#ifndef _ENTSOEAPI_H
#define _ENTSOEAPI_H
#include "time.h"
#include "TimeLib.h"
#include "Timezone.h"
#include "RemoteDebug.h"
#include "EntsoeA44Parser.h"