diff options
author | Damjan Jovanovic <damjan@apache.org> | 2015-09-15 03:16:33 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2015-09-15 03:16:33 +0000 |
commit | abb7ee3fe03dc004fcad8308fbd37d25478b920a (patch) | |
tree | 0fbf90c4d8c71d8e6065d770f99dc35b1a33a6f7 /cppuhelper | |
parent | b4f9be65046d4a984f60485f1172fa63d0ad316d (diff) |
Add missing precompiled header includes in cppuhelper.
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx | 2 | ||||
-rw-r--r-- | cppuhelper/qa/ifcontainer/main.cxx | 2 | ||||
-rw-r--r-- | cppuhelper/qa/unourl/cppu_unourl.cxx | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx b/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx index 402468b9576e..48cef1cec463 100644 --- a/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx +++ b/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx @@ -19,7 +19,7 @@ * *************************************************************/ - +#include "precompiled_cppuhelper.hxx" #include "com/sun/star/lang/XEventListener.hpp" #include "cppuhelper/interfacecontainer.hxx" diff --git a/cppuhelper/qa/ifcontainer/main.cxx b/cppuhelper/qa/ifcontainer/main.cxx index df14e5bf467e..84fea0481ae6 100644 --- a/cppuhelper/qa/ifcontainer/main.cxx +++ b/cppuhelper/qa/ifcontainer/main.cxx @@ -19,6 +19,8 @@ * *************************************************************/ +#include "precompiled_cppuhelper.hxx" + #include "gtest/gtest.h" int main(int argc, char **argv) diff --git a/cppuhelper/qa/unourl/cppu_unourl.cxx b/cppuhelper/qa/unourl/cppu_unourl.cxx index 1691b8926693..e56394c90ab6 100644 --- a/cppuhelper/qa/unourl/cppu_unourl.cxx +++ b/cppuhelper/qa/unourl/cppu_unourl.cxx @@ -19,7 +19,7 @@ * *************************************************************/ - +#include "precompiled_cppuhelper.hxx" #include "cppuhelper/unourl.hxx" #include "rtl/malformeduriexception.hxx" |