[Libreoffice-commits] .: tools/inc

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Tue Jan 11 01:33:58 PST 2011


 tools/inc/tools/resid.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b9b69e534f47e6760f38ba2909f1870832c7064e
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date:   Tue Jan 11 10:35:08 2011 +0100

    Fixed missing tools/toolsdllapi.h include

diff --git a/tools/inc/tools/resid.hxx b/tools/inc/tools/resid.hxx
index decd09a..c5c4c67 100644
--- a/tools/inc/tools/resid.hxx
+++ b/tools/inc/tools/resid.hxx
@@ -31,6 +31,7 @@
 
 #include <tools/solar.h>
 #include <osl/diagnose.h>
+#include "tools/toolsdllapi.h"
 
 struct RSHEADER_TYPE;
 typedef sal_uInt32 RESOURCE_TYPE;


More information about the Libreoffice-commits mailing list