header changes needed for clang/vs2022 compilers

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-04-10 14:45:32 +02:00 committed by Matthieu Gallien
parent 82a0c1d054
commit 3099628770
3 changed files with 9 additions and 2 deletions

View File

@ -43,6 +43,8 @@
#include <functional>
#include <memory>
#include <QByteArray>
#include <QVariant>
#include "common/remotepermissions.h"
namespace OCC {

View File

@ -36,6 +36,7 @@
#include <QString>
#include <QFileInfo>
#include <QDir>
#include <QVariant>
/** Expands C-like escape sequences (in place)
*/

View File

@ -14,11 +14,15 @@
#pragma once
#include "thumbnailprovideripc.h"
#include <thumbcache.h>
#include <comdef.h>
#include "config.h"
#include "thumbcache.h"
#include <QString>
#include <ntstatus.h>
#include <comdef.h>
namespace VfsShellExtensions {
std::pair<HBITMAP, WTS_ALPHATYPE> hBitmapAndAlphaTypeFromData(const QByteArray &thumbnailData);