From 488c21797a224305e5b17e66e4127f4096297562 Mon Sep 17 00:00:00 2001 From: "de@itstall.de" <de@itstall.de> Date: Mon, 27 Jan 2020 16:44:27 +0100 Subject: [PATCH] backand running now --- .gitignore | 1 + openweathermap.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c63ebf2..925e5bf 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /.vs /Debug +/x64/Release diff --git a/openweathermap.h b/openweathermap.h index 47155ed..6c29de0 100644 --- a/openweathermap.h +++ b/openweathermap.h @@ -16,8 +16,8 @@ #include <Poco/Path.h> #include <Poco/Exception.h> #include "influxdb.h" -#include "json.h" #include "dbSqlite.h" +#include "json.h" struct weatherData { std::string plz; -- GitLab