From 39228808ebc4630da82128c7c7b3b0a3be9d52d5 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 12 May 2013 15:43:03 -0400 Subject: [PATCH] Build Error - More missing/wrong includes. --- src/TLSClient.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TLSClient.cpp b/src/TLSClient.cpp index c130d0cf6..b4a540fa8 100644 --- a/src/TLSClient.cpp +++ b/src/TLSClient.cpp @@ -30,6 +30,7 @@ #ifdef HAVE_LIBGNUTLS #include +#include #include #include #include