Browse Source

image: fix a compilation error caused by the GDI+ system headers.

undefined
Sam Hocevar 10 years ago
parent
commit
caabc35cb1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/image/codec/gdiplus-image.cpp

+ 2
- 0
src/image/codec/gdiplus-image.cpp View File

@@ -15,6 +15,8 @@
#if defined USE_GDIPLUS

#include <algorithm>
using std::min;
using std::max;

#include <windows.h>
#include <gdiplus.h>


Loading…
Cancel
Save