[Libreoffice-commits] core.git: connectivity/source

Stephan Bergmann sbergman at redhat.com
Wed Feb 1 16:19:38 UTC 2017


 connectivity/source/drivers/macab/MacabRecords.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ebe83479b42d781de73767c888148dc791ff1dbe
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Feb 1 17:19:06 2017 +0100

    Missing includes
    
    Change-Id: I287f166291a905c9f4d166bf07c09de93184bf87

diff --git a/connectivity/source/drivers/macab/MacabRecords.cxx b/connectivity/source/drivers/macab/MacabRecords.cxx
index 79b022c..cbadc72 100644
--- a/connectivity/source/drivers/macab/MacabRecords.cxx
+++ b/connectivity/source/drivers/macab/MacabRecords.cxx
@@ -19,7 +19,9 @@
 
 #include <sal/config.h>
 
+#include <memory>
 #include <vector>
+#include <utility>
 
 #include "MacabRecords.hxx"
 #include "MacabRecord.hxx"


More information about the Libreoffice-commits mailing list