[Libreoffice-commits] core.git: connectivity/source
Stephan Bergmann
sbergman at redhat.com
Mon Nov 17 02:44:40 PST 2014
connectivity/source/drivers/kab/kfields.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit c34322b5253db84f80fb936419769565e4c6d207
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Nov 17 11:44:05 2014 +0100
Missing include
Change-Id: I1dbf7a73ec60115f11d3a5455de2871041cd1605
diff --git a/connectivity/source/drivers/kab/kfields.cxx b/connectivity/source/drivers/kab/kfields.cxx
index ec7d400..79582dd 100644
--- a/connectivity/source/drivers/kab/kfields.cxx
+++ b/connectivity/source/drivers/kab/kfields.cxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
+
+#include <osl/diagnose.h>
#include "kfields.hxx"
#include "resource/common_res.hrc"
More information about the Libreoffice-commits
mailing list