diff options
Diffstat (limited to 'oox/source/ppt/soundactioncontext.cxx')
-rw-r--r-- | oox/source/ppt/soundactioncontext.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/ppt/soundactioncontext.cxx b/oox/source/ppt/soundactioncontext.cxx index ef2d137aae3c..a16598854c15 100644 --- a/oox/source/ppt/soundactioncontext.cxx +++ b/oox/source/ppt/soundactioncontext.cxx @@ -25,6 +25,9 @@ #include "oox/helper/attributelist.hxx" #include "oox/helper/propertymap.hxx" #include "drawingml/embeddedwavaudiofile.hxx" +#include <oox/token/namespaces.hxx> +#include <oox/token/properties.hxx> +#include <oox/token/tokens.hxx> using namespace ::oox::core; using namespace ::com::sun::star::xml::sax; |