Add some missing includes that GCC 12 wants to see

Origin commit data
------------------
Commit: 8cdb67d04f
Author: Hendi <hendi48@freenet.de>
Date: 2023-01-23 (Mon, 23 Jan 2023)
This commit is contained in:
Hendi
2023-01-23 23:26:55 +01:00
committed by vanhofen
parent e9010729d0
commit 34ef24b914
3 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
#define __timerdclient__
#include <string>
#include <ctime>
#include <cstring>
#include <connection/basicclient.h>