diff --git a/RemoteUser.h b/RemoteUser.h index ff5fcfe..eb3b40f 100644 --- a/RemoteUser.h +++ b/RemoteUser.h @@ -20,6 +20,7 @@ #pragma once #include +#include class CRemoteUser { public: diff --git a/Utils.h b/Utils.h index bfe34d9..45d6076 100644 --- a/Utils.h +++ b/Utils.h @@ -17,6 +17,7 @@ #include #include #include +#include enum TRISTATE { STATE_FALSE,