diff --git a/.gitignore b/.gitignore
index c63ebf2ca73feb180e753a36b63b2560f141975e..925e5bfd501c0a9f3b61ffe1c41f46e4fd04fbae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 
 /.vs
 /Debug
+/x64/Release
diff --git a/openweathermap.h b/openweathermap.h
index 47155ed84fa7466719ccd5e64d674782fa5c8d43..6c29de010c99186343d7edc69b9693cc38d42058 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;