vcl/opengl/win/WinDeviceInfo.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c5ba76147442a5ce3ce2dd69966be7550483fdc9
Author: Kohei Yoshida <kohei.yosh...@collabora.com>
Date:   Tue Jan 6 12:22:18 2015 -0500

    Build fix on Windows.
    
    <algorithm> is needed for std::max.
    
    Change-Id: Ic5cc38f3e34d1de60ece84f2e52a2d82325e1371

diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx
index 3b3902c..7beda49 100644
--- a/vcl/opengl/win/WinDeviceInfo.cxx
+++ b/vcl/opengl/win/WinDeviceInfo.cxx
@@ -12,6 +12,7 @@
 #include <windows.h>
 #include <setupapi.h>
 #include <cstdint>
+#include <algorithm>
 #include <rtl/ustrbuf.hxx>
 
 OUString* WinOpenGLDeviceInfo::mpDeviceVendors[wgl::DeviceVendorMax];
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to