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

New commits:
commit a22c55254cb77e6cf6057a122511e8e8fc196a47
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Sun Jul 12 13:35:54 2020 +0300
Commit:     Tor Lillqvist <[email protected]>
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 <[email protected]>
    Reviewed-by: Tor Lillqvist <[email protected]>

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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to