[Libreoffice-commits] core.git: vcl/opengl
Stephan Bergmann
sbergman at redhat.com
Tue Dec 2 01:37:49 PST 2014
vcl/opengl/win/WinDeviceInfo.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5f7261651647e0d3de70c8cab99ef9b5a26de557
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Dec 2 10:37:16 2014 +0100
Missing include
Change-Id: I6f05d7a507e7d1cf6a9b6ebb0315baac3258f1b0
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx
index 3b3902c..a3d4d67 100644
--- a/vcl/opengl/win/WinDeviceInfo.cxx
+++ b/vcl/opengl/win/WinDeviceInfo.cxx
@@ -11,6 +11,7 @@
#include <windows.h>
#include <setupapi.h>
+#include <algorithm>
#include <cstdint>
#include <rtl/ustrbuf.hxx>
More information about the Libreoffice-commits
mailing list