[Libreoffice-commits] online.git: common/MessageQueue.hpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 29 16:59:41 UTC 2018
common/MessageQueue.hpp | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d7dea2ea510669b09db9b4840255b2a40d8a8c28
Author: Tor Lillqvist <tml at iki.fi>
AuthorDate: Wed Aug 29 19:38:19 2018 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Aug 29 19:57:58 2018 +0300
Need to include <string> here
diff --git a/common/MessageQueue.hpp b/common/MessageQueue.hpp
index 14c448c2a..761e64bc3 100644
--- a/common/MessageQueue.hpp
+++ b/common/MessageQueue.hpp
@@ -15,6 +15,7 @@
#include <functional>
#include <map>
#include <mutex>
+#include <string>
#include <vector>
/// Thread-safe message queue (FIFO).
More information about the Libreoffice-commits
mailing list