aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-07-18 20:56:33 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-07-18 20:56:33 +0200
commit2187f26ebdc9edf7b3cbfa1d208c03c4384f4135 (patch)
tree55b9f0fe841108bf6f8a8f2c54d3743408c49ca9 /lib
parent3c28d13c1a61999e7c3141f3ca08b5b734bd160c (diff)
downloadlibquotient-2187f26ebdc9edf7b3cbfa1d208c03c4384f4135.tar.gz
libquotient-2187f26ebdc9edf7b3cbfa1d208c03c4384f4135.zip
Add a missing #include
Without this, it compiles on Linux but on macOS and Windows.
Diffstat (limited to 'lib')
-rw-r--r--lib/quotient_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/quotient_common.h b/lib/quotient_common.h
index 037d5ded..d225ad63 100644
--- a/lib/quotient_common.h
+++ b/lib/quotient_common.h
@@ -5,6 +5,8 @@
#include <qobjectdefs.h>
+#include <array>
+
namespace Quotient {
Q_NAMESPACE