Fix missing include file for Visual Studio

... if GDIPLUS is disabled.

Thanks to Winfried Szukalski for reporting this.
This commit is contained in:
Albrecht Schlosser
2023-01-02 21:21:04 +01:00
parent 99a1daf1a9
commit 22a830c496
@@ -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