changeset 19691:0cdda69dc2b4

Fix compilation error when building with FLTK but without gl2ps * __init_fltk__.cc: Include "gl-render.h".
author Mike Miller <mtmiller@ieee.org>
date Tue, 03 Feb 2015 21:42:32 -0500
parents bf88eab464b8
children 5a59c0e1203d
files libinterp/dldfcn/__init_fltk__.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/__init_fltk__.cc	Tue Feb 03 12:27:58 2015 -0800
+++ b/libinterp/dldfcn/__init_fltk__.cc	Tue Feb 03 21:42:32 2015 -0500
@@ -83,6 +83,7 @@
 
 #include "display.h"
 #include "file-ops.h"
+#include "gl-render.h"
 #include "gl2ps-renderer.h"
 #include "graphics.h"
 #include "parse.h"