summaryrefslogtreecommitdiffstats
path: root/wsd/AdminModel.hpp
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-02-23 12:28:30 +0100
committerAndras Timar <andras.timar@collabora.com>2020-02-23 14:24:30 +0100
commit01b476e7c04ff7b591beda57f99a1333c5486e2e (patch)
tree13cdafacc5f44ee9d2b5123616cf19496a2f63b8 /wsd/AdminModel.hpp
parentUpdate translation files (diff)
downloadonline-01b476e7c04ff7b591beda57f99a1333c5486e2e.tar.gz
online-01b476e7c04ff7b591beda57f99a1333c5486e2e.zip
add missing #include <list>
on a fresh openSUSE Leap 15.1 I got errors without this: wsd/AdminModel.hpp:346:10: error: ‘list’ in namespace ‘std’ does not name a template type std::list<unsigned> _memStats; ^~~~ etc. Change-Id: I19c42bd48bbcc0787a3398d1882c974ebf5bdf81 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89298 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'wsd/AdminModel.hpp')
-rw-r--r--wsd/AdminModel.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsd/AdminModel.hpp b/wsd/AdminModel.hpp
index 99ff6f2c1f..a3fb12fcc6 100644
--- a/wsd/AdminModel.hpp
+++ b/wsd/AdminModel.hpp
@@ -14,6 +14,7 @@
#include <set>
#include <string>
#include <cmath>
+#include <list>
#include <Poco/Process.h>