[Libreoffice-commits] online.git: common/RenderTiles.hpp

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 12 11:42:54 UTC 2020


 common/RenderTiles.hpp |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit a22c55254cb77e6cf6057a122511e8e8fc196a47
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Sun Jul 12 13:35:54 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Jul 12 13:42:35 2020 +0200

    Add #includes for stuff used in this very file
    
    It is good practice, and those are needed when it is used in another
    context.
    
    Change-Id: I7811cbc6e072ed88ef2f0061994e7a18e797fd0d
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98588
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/common/RenderTiles.hpp b/common/RenderTiles.hpp
index bcde5afee..fece9f3af 100644
--- a/common/RenderTiles.hpp
+++ b/common/RenderTiles.hpp
@@ -10,9 +10,14 @@
 #pragma once
 
 #include <cassert>
+#include <memory>
+#include <queue>
 #include <thread>
+#include <unordered_map>
+#include <vector>
 
 #include "Png.hpp"
+#include "Rectangle.hpp"
 #include "TileDesc.hpp"
 
 #if ENABLE_DEBUG


More information about the Libreoffice-commits mailing list