0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00

Added some missing includes to altproxy.hpp.

This commit is contained in:
James Yonan 2015-10-23 13:42:00 -06:00
parent 97384f66f6
commit c393d3d3ba

View File

@ -26,6 +26,9 @@
#include <openvpn/common/rc.hpp> #include <openvpn/common/rc.hpp>
#include <openvpn/transport/client/transbase.hpp> #include <openvpn/transport/client/transbase.hpp>
#include <openvpn/transport/socket_protect.hpp>
#include <openvpn/client/remotelist.hpp>
#include <openvpn/crypto/digestapi.hpp>
namespace openvpn { namespace openvpn {
struct AltProxy : public RC<thread_unsafe_refcount> struct AltProxy : public RC<thread_unsafe_refcount>