[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/inc

Markus Mohrhard markus.mohrhard at googlemail.com
Wed Apr 16 17:23:42 PDT 2014


 sc/inc/scopetools.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit cc45204a7a286cef32fc7faf266dc2da235c1ae2
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Thu Apr 17 02:19:53 2014 +0200

    missing header include
    
    Change-Id: I5bb1f1f5a457d4d390318fc793b15df078423c8c

diff --git a/sc/inc/scopetools.hxx b/sc/inc/scopetools.hxx
index 802aea1..40f1dec 100644
--- a/sc/inc/scopetools.hxx
+++ b/sc/inc/scopetools.hxx
@@ -10,6 +10,8 @@
 #ifndef SC_SCOPETOOLS_HXX
 #define SC_SCOPETOOLS_HXX
 
+#include "scdllapi.h"
+
 class ScDocument;
 
 namespace sc {


More information about the Libreoffice-commits mailing list