Przeglądaj źródła

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

undefined
Sam Hocevar 11 lat temu
rodzic
commit
caabc35cb1
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      src/image/codec/gdiplus-image.cpp

+ 2
- 0
src/image/codec/gdiplus-image.cpp Wyświetl plik

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


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


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


Ładowanie…
Anuluj
Zapisz