[Libreoffice-commits] core.git: include/tubes
Markus Mohrhard
markus.mohrhard at googlemail.com
Fri Apr 7 12:44:10 UTC 2017
include/tubes/manager.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 209dc36408dd5e1775db2c54b08c3e674158fd2f
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Fri Apr 7 14:39:25 2017 +0200
fix build error with unique_ptr in tubes
Change-Id: Ife80c0886e725b6b556e4a8104b004e1f6ac4199
diff --git a/include/tubes/manager.hxx b/include/tubes/manager.hxx
index 063cf975e587..badc9275d0fc 100644
--- a/include/tubes/manager.hxx
+++ b/include/tubes/manager.hxx
@@ -16,6 +16,7 @@
#include <utility>
#include <vector>
+#include <memory>
// For testing purposes, we might need more in future.
#define LIBO_TUBES_DBUS_INTERFACE "org.libreoffice.calc"
More information about the Libreoffice-commits
mailing list