Ver código fonte

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

[stable-3.9] Fix build of sharemodel.cpp on MSVC
Matthieu Gallien 2 anos atrás
pai
commit
0167fcdaff
1 arquivos alterados com 1 adições e 0 exclusões
  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>