[Libreoffice-commits] online.git: loolwsd/Connect.cpp loolwsd/Storage.cpp loolwsd/test
Tor Lillqvist
tml at collabora.com
Fri Apr 8 11:50:01 UTC 2016
loolwsd/Connect.cpp | 2 ++
loolwsd/Storage.cpp | 2 ++
loolwsd/test/httpposttest.cpp | 2 ++
loolwsd/test/httpwstest.cpp | 2 ++
4 files changed, 8 insertions(+)
New commits:
commit 407f688cb67064d55e241ae3ed8e7ecd0d81561d
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Apr 8 14:49:33 2016 +0300
Include config.h to get ENABLE_SSL
diff --git a/loolwsd/Connect.cpp b/loolwsd/Connect.cpp
index b48d2ba..5233b77 100644
--- a/loolwsd/Connect.cpp
+++ b/loolwsd/Connect.cpp
@@ -7,6 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#include "config.h"
+
#include <cstdlib>
#include <cstring>
#include <fstream>
diff --git a/loolwsd/Storage.cpp b/loolwsd/Storage.cpp
index c2ea816..849148c 100644
--- a/loolwsd/Storage.cpp
+++ b/loolwsd/Storage.cpp
@@ -7,6 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#include "config.h"
+
#include <cassert>
#include <string>
#include <fstream>
diff --git a/loolwsd/test/httpposttest.cpp b/loolwsd/test/httpposttest.cpp
index 35afcf7..5f71ebb 100644
--- a/loolwsd/test/httpposttest.cpp
+++ b/loolwsd/test/httpposttest.cpp
@@ -7,6 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#include "config.h"
+
#include <Poco/Net/AcceptCertificateHandler.h>
#include <Poco/Net/FilePartSource.h>
#include <Poco/Net/HTMLForm.h>
diff --git a/loolwsd/test/httpwstest.cpp b/loolwsd/test/httpwstest.cpp
index 3591ae6..aad1e37 100644
--- a/loolwsd/test/httpwstest.cpp
+++ b/loolwsd/test/httpwstest.cpp
@@ -7,6 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#include "config.h"
+
#include <Poco/Net/AcceptCertificateHandler.h>
#include <Poco/Net/HTTPRequest.h>
#include <Poco/Net/HTTPClientSession.h>
More information about the Libreoffice-commits
mailing list