mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 14:31:40 +08:00
Fix missing include file for Visual Studio
... if GDIPLUS is disabled. Thanks to Winfried Szukalski for reporting this.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include "Fl_WinAPI_Screen_Driver.H"
|
||||
#include "../GDI/Fl_GDI_Graphics_Driver.H"
|
||||
#include <windows.h>
|
||||
#include <ole2.h>
|
||||
#include <math.h> // for ceil()
|
||||
|
||||
#if USE_COLORMAP
|
||||
|
||||
Reference in New Issue
Block a user