ports/math/graphthing/files/patch-src-exporter.cc
Tilman Keskinoz 7840bcb8b5 Update to 1.0
- Switch from gtkmm to wxgtk

PR:		82944
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-07-04 15:37:00 +00:00

10 lines
255 B
C++

--- src/exporter.cc.orig Sun Jul 3 13:27:10 2005
+++ src/exporter.cc Sun Jul 3 18:15:55 2005
@@ -5,6 +5,7 @@
#include <fstream>
#include <iostream>
#include <stdexcept>
+#include <ctime>
#include "config.h"
#include "edge.h"
#include "exporter.h"