Add guard definition

This commit is contained in:
Sergey Abramchuk
2018-07-27 18:18:19 +03:00
parent c34af40d63
commit b024cdf9f4
@@ -24,6 +24,9 @@
// The crux of the API is defined in OpenVPNClient (below) // The crux of the API is defined in OpenVPNClient (below)
// and TunBuilderBase. // and TunBuilderBase.
#ifndef OVPNCLI_HPP
#define OVPNCLI_HPP
#include <string> #include <string>
#include <vector> #include <vector>
#include <utility> #include <utility>
@@ -605,3 +608,6 @@ namespace openvpn {
} }
} }
#endif