We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0432ee commit fce3667Copy full SHA for fce3667
hardware/EvohomeWeb.cpp
@@ -12,16 +12,16 @@
12
*/
13
#include "stdafx.h"
14
#include "EvohomeWeb.h"
15
-#include "../main/Logger.h"
16
-#include "hardwaretypes.h"
17
-#include "../main/RFXtrx.h"
18
#include "../main/Helper.h"
+#include "../main/Logger.h"
19
#include "../main/SQLHelper.h"
20
-#include "../main/localtime_r.h"
21
#include "../main/mainworker.h"
22
-
23
-#include "../httpclient/HTTPClient.h"
24
#include "../json/json.h"
+#include "hardwaretypes.h"
+//#define __STDC_FORMAT_MACROS
+#include <inttypes.h>
+#include "../main/localtime_r.h"
+#include "../httpclient/HTTPClient.h"
25
#include <string>
26
27
0 commit comments