Add header guards

This commit is contained in:
Sergey Abramchuk
2018-01-23 17:19:32 +03:00
parent 2bb3c1ff8e
commit 32ea25ecd7

View File

@@ -24,6 +24,9 @@
// The crux of the API is defined in OpenVPNClient (below)
// and TunBuilderBase.
#ifndef OVPNCLI_HPP
#define OVPNCLI_HPP
#include <string>
#include <vector>
#include <utility>
@@ -600,3 +603,5 @@ namespace openvpn {
}
}
#endif