add includes to fix #5

develop
Geoffrey Merck 2 months ago
parent 0fd7aed8f7
commit 6db74f7081

@ -21,6 +21,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <cstdint>
#include "Defs.h" #include "Defs.h"
#include "RemoteUser.h" #include "RemoteUser.h"

@ -20,6 +20,7 @@
#pragma once #pragma once
#include <string> #include <string>
#include <cstdint>
class CRemoteUser { class CRemoteUser {
public: public:

@ -17,6 +17,8 @@
#include <sys/socket.h> #include <sys/socket.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <time.h>
#include <cstdint>
enum TRISTATE { enum TRISTATE {
STATE_FALSE, STATE_FALSE,

Loading…
Cancel
Save

Powered by TurnKey Linux.