summaryrefslogtreecommitdiff
path: root/vcl/opengl/win/WinDeviceInfo.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-02 10:37:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-02 10:37:16 +0100
commit5f7261651647e0d3de70c8cab99ef9b5a26de557 (patch)
tree8e23c5fb0e83a2732696ebc2957a7357add728f6 /vcl/opengl/win/WinDeviceInfo.cxx
parentcbbe0e5051fc36edc14347e27af71dc15e27a1df (diff)
Missing include
Change-Id: I6f05d7a507e7d1cf6a9b6ebb0315baac3258f1b0
Diffstat (limited to 'vcl/opengl/win/WinDeviceInfo.cxx')
-rw-r--r--vcl/opengl/win/WinDeviceInfo.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx
index 3b3902c9e411..a3d4d673b176 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>