fixed windows build. missing include of stdint.h

master
Steffen Pohle 1 year ago
parent de29f19930
commit 34e4995764

@ -1,3 +1,6 @@
2024-08-07:
- fixed compile on windows. stdint.h was not included
2024-02-22:
- fixed: ignore incorrect requests

@ -10,6 +10,7 @@
#include <list>
#include <string>
#include <string.h>
#include <stdint.h>
using namespace std;

Loading…
Cancel
Save