diff options
-rw-r--r-- | include/unotools/mediadescriptor.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx index 2a0cb0fefa1d..1eb6b7a6b0fe 100644 --- a/include/unotools/mediadescriptor.hxx +++ b/include/unotools/mediadescriptor.hxx @@ -20,6 +20,10 @@ #ifndef INCLUDED_UNOTOOLS_MEDIADESCRIPTOR_HXX #define INCLUDED_UNOTOOLS_MEDIADESCRIPTOR_HXX +#include <sal/config.h> + +#include <vector> + #include <comphelper/docpasswordrequest.hxx> #include <comphelper/sequenceashashmap.hxx> #include <rtl/ustring.hxx> |