changeset 28447:7de12a40e87b

resource-manager.cc: Include missing header (bug #54334). * libgui/src/resource-manager.cc: Include <array> to hopefully fix compilation error with clang on Mac.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 11 Jun 2020 13:52:20 +0200
parents 7d312fccc8c9
children a68e892970d0
files libgui/src/resource-manager.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/resource-manager.cc	Thu Jun 11 12:53:56 2020 +0200
+++ b/libgui/src/resource-manager.cc	Thu Jun 11 13:52:20 2020 +0200
@@ -27,6 +27,7 @@
 #  include "config.h"
 #endif
 
+#include <array>
 #include <string>
 
 #include <QDir>