[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loolwsd/Util.hpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Fri Jul 29 02:40:41 UTC 2016


 loolwsd/Util.hpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f104d527a8c4dc603af50d93e70cee033439c416
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Thu Jul 28 22:38:55 2016 -0400

    loolwsd: fix gcc error
    
    Change-Id: Ia3cdc3d940ce41b3b0e0e7f41ad406b0e5ea0953
    Reviewed-on: https://gerrit.libreoffice.org/27659
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/Util.hpp b/loolwsd/Util.hpp
index 364f913..8907d9c 100644
--- a/loolwsd/Util.hpp
+++ b/loolwsd/Util.hpp
@@ -10,6 +10,7 @@
 #ifndef INCLUDED_UTIL_HPP
 #define INCLUDED_UTIL_HPP
 
+#include <cassert>
 #include <string>
 #include <sstream>
 #include <functional>


More information about the Libreoffice-commits mailing list