Skip to content

Commit fce3667

Browse files
committed
defeat compiler issue with PRIu64 macro
1 parent b0432ee commit fce3667

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hardware/EvohomeWeb.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
*/
1313
#include "stdafx.h"
1414
#include "EvohomeWeb.h"
15-
#include "../main/Logger.h"
16-
#include "hardwaretypes.h"
17-
#include "../main/RFXtrx.h"
1815
#include "../main/Helper.h"
16+
#include "../main/Logger.h"
1917
#include "../main/SQLHelper.h"
20-
#include "../main/localtime_r.h"
2118
#include "../main/mainworker.h"
22-
23-
#include "../httpclient/HTTPClient.h"
2419
#include "../json/json.h"
20+
#include "hardwaretypes.h"
21+
//#define __STDC_FORMAT_MACROS
22+
#include <inttypes.h>
23+
#include "../main/localtime_r.h"
24+
#include "../httpclient/HTTPClient.h"
2525
#include <string>
2626

2727

0 commit comments

Comments
 (0)