From b098e92b14a04b3afda4851b9794da56e9217762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 8 Jan 2019 13:23:46 +0100 Subject: [PATCH] Added missing includes for Qt to prepare removal of several large includes in Interfaces --- vsiPlugin.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vsiPlugin.hh b/vsiPlugin.hh index 74d58ec..533a155 100644 --- a/vsiPlugin.hh +++ b/vsiPlugin.hh @@ -60,6 +60,9 @@ #include #include +#include +#include + //== FORWARDDECLARATIONS ====================================================== namespace VSI { -- GitLab