Преглед изворни кода

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>