diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-13 16:40:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-13 17:29:39 +0100 |
commit | 527c515873cd2337e666c817f322fdbc8f4a74bd (patch) | |
tree | 6305ea7a1601dd3b517d5cf775c30d1bcf7591f8 /tools | |
parent | 0f4ca3860d047aee399f5bf7eda3358f14e50e77 (diff) |
include tools/tools.h for visibility markup
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/toolsin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/toolsin.cxx b/tools/source/generic/toolsin.cxx index 93b36972d201..33c9808d537d 100644 --- a/tools/source/generic/toolsin.cxx +++ b/tools/source/generic/toolsin.cxx @@ -29,7 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_tools.hxx" -#define _TOOLS_TOOLSIN_CXX +#include <tools/tools.h> #include <string.h> #include <tools/debug.hxx> |