diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 09:57:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 09:57:30 +0200 |
commit | c23bcc23311942616b41f4dbd4fd1b2570faca4f (patch) | |
tree | 3fe6945948b14dddbf73ce75c29a4ce476a5db3d /animations | |
parent | 5e57caa1fd53300ce12315deb8e189f6102176c6 (diff) |
Missing include
Change-Id: I2e04a61cc682fd6390571807c547a713d224d32b
Diffstat (limited to 'animations')
-rw-r--r-- | animations/source/animcore/animcore.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx index 3b6bd7dabe6f..6210f775c73c 100644 --- a/animations/source/animcore/animcore.cxx +++ b/animations/source/animcore/animcore.cxx @@ -57,6 +57,8 @@ #include <algorithm> #include <string.h> +#include <factreg.hxx> + using ::osl::Mutex; using ::osl::Guard; using ::cppu::OInterfaceContainerHelper; |