diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index 9bcaf0beb..ea86abe9c 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -37,7 +37,11 @@ \todo typedef's fl_intptr_t and fl_uintptr_t should be documented. */ #ifdef _WIN64 +#ifdef __GNUC__ #include +#else +#include // M$VC +#endif typedef intptr_t fl_intptr_t; typedef uintptr_t fl_uintptr_t; #else