[Libreoffice-commits] online.git: loolwsd/Connect.cpp loolwsd/UnitHTTP.hpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Sat Apr 9 19:55:36 UTC 2016


 loolwsd/Connect.cpp  |    1 +
 loolwsd/UnitHTTP.hpp |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 435b706f9a687f195d65e794827845416a3931c2
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Sat Apr 9 15:39:20 2016 -0400

    loolwsd: must include Poco/Version.h to define POCO_VERSION
    
    Change-Id: I7dbabff60a9fe100caff2af357b8539126c3c003
    Reviewed-on: https://gerrit.libreoffice.org/23940
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/Connect.cpp b/loolwsd/Connect.cpp
index 5233b77..91c1418 100644
--- a/loolwsd/Connect.cpp
+++ b/loolwsd/Connect.cpp
@@ -14,6 +14,7 @@
 #include <fstream>
 #include <iostream>
 
+#include <Poco/Version.h>
 #include <Poco/Net/AcceptCertificateHandler.h>
 #include <Poco/Net/Context.h>
 #include <Poco/Net/HTTPClientSession.h>
diff --git a/loolwsd/UnitHTTP.hpp b/loolwsd/UnitHTTP.hpp
index 4585caf..1c8f77e 100644
--- a/loolwsd/UnitHTTP.hpp
+++ b/loolwsd/UnitHTTP.hpp
@@ -9,6 +9,7 @@
 #ifndef INCLUDED_UNITHTTP_HPP
 #define INCLUDED_UNITHTTP_HPP
 
+#include <Poco/Version.h>
 #include <Poco/Net/HTTPRequest.h>
 #include <Poco/Net/HTTPServerParams.h>
 #include <Poco/Net/HTTPServerRequest.h>


More information about the Libreoffice-commits mailing list