From ebe83479b42d781de73767c888148dc791ff1dbe Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Feb 2017 17:19:06 +0100 Subject: Missing includes Change-Id: I287f166291a905c9f4d166bf07c09de93184bf87 --- connectivity/source/drivers/macab/MacabRecords.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'connectivity') diff --git a/connectivity/source/drivers/macab/MacabRecords.cxx b/connectivity/source/drivers/macab/MacabRecords.cxx index 79b022c4c31f..cbadc7238f3c 100644 --- a/connectivity/source/drivers/macab/MacabRecords.cxx +++ b/connectivity/source/drivers/macab/MacabRecords.cxx @@ -19,7 +19,9 @@ #include +#include #include +#include #include "MacabRecords.hxx" #include "MacabRecord.hxx" -- cgit > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2015-10-30loplugin:unusedmethodsNoel Grandin