From 6ad1a001b5c1d8287808aa3d9f7dfdb39040100f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 14 Nov 2013 11:22:57 +0100 Subject: Missing include Change-Id: Ia8a15d1ec79577e4cd5bcaec99ef0926163a14ca --- include/unotools/mediadescriptor.hxx | 4 ++++ 1 file changed, 4 insertions(+) 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 + +#include + #include #include #include -- cgit