diff --git a/Changelog b/Changelog index a6f26d6..6bc44d9 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +2024-08-07: +- fixed compile on windows. stdint.h was not included + 2024-02-22: - fixed: ignore incorrect requests diff --git a/json.h b/json.h index 338f862..7660ea8 100644 --- a/json.h +++ b/json.h @@ -10,6 +10,7 @@ #include #include #include +#include using namespace std;