From 222243bc865df5f6531e6ec7d20c3b1b072d1ee6 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 29 Jan 2016 15:24:33 +0000 Subject: Made OpenGL driver compile by itself instead of including files from another .cxx file. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11083 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx') diff --git a/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx b/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx index 0fe187d91..65ab5d7bb 100644 --- a/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx +++ b/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx @@ -27,7 +27,15 @@ */ +#include +#include "../../config_lib.h" +#include "Fl_OpenGL_Graphics_Driver.h" #include +#include +#include +#include +#include + // FIXME: check out FreeGlut: // FIXME: implement font-to-RGBA in the main graphics driver -- cgit v1.2.3