diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c607f2d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "sstream": "cpp" + } +} \ No newline at end of file diff --git a/Sources/OpenVPN3/openvpn/transport/client/pluggable/fw.hpp b/Sources/OpenVPN3/openvpn/transport/client/pluggable/fw.hpp index a2b8b23..d1d8a5f 100644 --- a/Sources/OpenVPN3/openvpn/transport/client/pluggable/fw.hpp +++ b/Sources/OpenVPN3/openvpn/transport/client/pluggable/fw.hpp @@ -31,7 +31,7 @@ #include "ck-ovpn-plugin.h" #endif - +#include namespace openvpn { namespace PluggableTransports { @@ -52,7 +52,6 @@ class CloakTransport : public PluggableTransports::Connection, public PluggableT if (*config == '\0') { return; } - // Setup cloak config ret = Initialize_cloak_c_client(config);