瀏覽代碼

Merge pull request #5913 from nextcloud/backport/5912/stable-3.9

[stable-3.9] Fix build of sharemodel.cpp on MSVC
Matthieu Gallien 2 年之前
父節點
當前提交
0167fcdaff
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/gui/filedetails/sharemodel.cpp

+ 1 - 0
src/gui/filedetails/sharemodel.cpp

@@ -17,6 +17,7 @@
 #include <QFileInfo>
 #include <QTimeZone>
 
+#include <array>
 #include <random>
 #include <openssl/rand.h>