Explorar el Código

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

[stable-3.9] Fix build of sharemodel.cpp on MSVC
Matthieu Gallien hace 2 años
padre
commit
0167fcdaff
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>