Change time.h to timelib.h for 32bit to compile

This commit is contained in:
Daniel Ekman 2021-12-18 17:10:53 +01:00
parent 246a4f96fe
commit 2a1b5a5f6d

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"