[Libreoffice-commits] core.git: include/svx

Noel Grandin noel at peralex.com
Wed Dec 3 23:49:12 PST 2014


 include/svx/svdhdl.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit bc9b4e6d37936533af07c88e6907aebae674e6a1
Author: Noel Grandin <noel at peralex.com>
Date:   Thu Dec 4 09:47:38 2014 +0200

    missing include
    
    seems to be necessary on MSVC2013
    
    Change-Id: I19e01623ea31a3fca4fb728566bd1b756f5f8967

diff --git a/include/svx/svdhdl.hxx b/include/svx/svdhdl.hxx
index 028e5c1..0c69d06 100644
--- a/include/svx/svdhdl.hxx
+++ b/include/svx/svdhdl.hxx
@@ -32,6 +32,7 @@
 #include <svx/sdgcpitm.hxx>
 #include <svx/sdr/overlay/overlayobjectlist.hxx>
 #include <svx/svxdllapi.h>
+#include <deque>
 
 class VirtualDevice;
 class OutputDevice;


More information about the Libreoffice-commits mailing list