mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
79e843bb8a
PR: ports/84404 Submitted by: Ports Fury
12 lines
267 B
C++
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
|