Add guard definition

This commit is contained in:
Sergey Abramchuk
2018-07-27 18:18:19 +03:00
parent c34af40d63
commit b024cdf9f4

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>
@@ -605,3 +608,6 @@ namespace openvpn {
}
}
#endif