summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-01-02 21:21:04 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-01-02 21:21:04 +0100
commit22a830c496d73b6af44d6196bb1a22125cb231b7 (patch)
tree81ed6eb8b72759fd334c5eba47202059944b1cde /src
parent99a1daf1a98fd3929603915c99021e5012f96dbf (diff)
Fix missing include file for Visual Studio
... if GDIPLUS is disabled. Thanks to Winfried Szukalski for reporting this.
Diffstat (limited to 'src')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx
index 8a789bd1d..2dcd8ce9c 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx
+++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx
@@ -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