1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/graphics/libqglviewer/files/patch-VRender-Exporter.h
Sergey Matveychuk 79e843bb8a - Fix build on 4.x
PR:		ports/84404
Submitted by:	Ports Fury
2005-08-01 14:49:21 +00:00

12 lines
267 B
C++

--- VRender/Exporter.h.orig Thu Jun 30 02:06:00 2005
+++ VRender/Exporter.h Tue Jul 5 12:41:58 2005
@@ -49,6 +49,8 @@
// Set of classes for exporting in various formats, like EPS, XFig3.2, SVG.
+#include <stdio.h>
+
#include "Primitive.h"
namespace vrender