From 4460abd83068e02886c7dadaee0ad646436b3ec9 Mon Sep 17 00:00:00 2001 From: James Yonan Date: Sat, 18 Mar 2017 15:49:01 -0600 Subject: [PATCH] Moved openvpn::to_string() to separate source file. Signed-off-by: James Yonan --- openvpn/ws/httpcli.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn/ws/httpcli.hpp b/openvpn/ws/httpcli.hpp index 5f2bd5c2..b990cec9 100644 --- a/openvpn/ws/httpcli.hpp +++ b/openvpn/ws/httpcli.hpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include