diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9f00615..6d6532b 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -13,7 +13,10 @@ "USE_GPSD=1", "all" ], - "group": "build", + "group": { + "kind": "build", + "isDefault": true + }, "problemMatcher": [] }, { @@ -91,10 +94,7 @@ "ENABLE_DEBUG=1", "USE_GPSD=1" ], - "group": { - "kind": "build", - "isDefault": true - }, + "group": "build", "problemMatcher": [] } ] diff --git a/Common/RemoteUser.h b/Common/RemoteUser.h index ff5fcfe..eb3b40f 100644 --- a/Common/RemoteUser.h +++ b/Common/RemoteUser.h @@ -20,6 +20,7 @@ #pragma once #include +#include class CRemoteUser { public: diff --git a/DGWRemoteControl/RemoteControlStarNetUser.h b/DGWRemoteControl/RemoteControlStarNetUser.h index df42db7..12c9401 100644 --- a/DGWRemoteControl/RemoteControlStarNetUser.h +++ b/DGWRemoteControl/RemoteControlStarNetUser.h @@ -20,6 +20,7 @@ #define RemoteControlStarNetUser_H #include +#include class CRemoteControlStarNetUser { public: