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

IPv4, IPv6: added #include <openvpn/common/hash.hpp>

Signed-off-by: James Yonan <james@openvpn.net>
This commit is contained in:
James Yonan 2019-09-19 16:57:21 -06:00 committed by David Sommerseth
parent 48e9217d26
commit 1fa3229a10
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include <openvpn/common/socktypes.hpp>
#include <openvpn/common/ffs.hpp>
#include <openvpn/common/hexstr.hpp>
#include <openvpn/common/hash.hpp>
#include <openvpn/addr/iperr.hpp>
namespace openvpn {

View File

@ -34,6 +34,7 @@
#include <openvpn/common/socktypes.hpp>
#include <openvpn/common/ffs.hpp>
#include <openvpn/common/hexstr.hpp>
#include <openvpn/common/hash.hpp>
#include <openvpn/addr/ipv4.hpp>
#include <openvpn/addr/iperr.hpp>