header changes needed for clang/vs2022 compilers
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 10 Apr 2024 12:45:32 +0000 (14:45 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Fri, 26 Apr 2024 07:05:12 +0000 (09:05 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/csync/csync.h
src/csync/csync_exclude.cpp
src/libsync/vfs/cfapi/shellext/thumbnailprovider.h

index 3baf87587f46cd0796956b3d662344a7ecd54ef3..ee5cee05024139d7b71bd0e00058cbff94c7cb78 100644 (file)
@@ -43,6 +43,8 @@
 #include <functional>
 #include <memory>
 #include <QByteArray>
+#include <QVariant>
+
 #include "common/remotepermissions.h"
 
 namespace OCC {
index 168e3ca549d247bba7f46db52571f4f006cdb2d4..4d2c58cb326c8d5e78695804ed1c440eb04259d0 100644 (file)
@@ -36,6 +36,7 @@
 #include <QString>
 #include <QFileInfo>
 #include <QDir>
+#include <QVariant>
 
 /** Expands C-like escape sequences (in place)
  */
index 3e5e7f85faef839a46bf89d73d34f78ca8189f25..77ddf4a7baea81d6612a395fbd376c6723d3da82 100644 (file)
 
 #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);