1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/math/kaskade/files/patch-sources_cmdpars.h
Thierry Thomas 777026ca2d Unbreak with gcc 3.4.
Approved by:	portmgr (marcus)
2005-08-17 05:22:58 +00:00

12 lines
224 B
C

--- ./sources/cmdpars.h.orig Fri Dec 10 15:30:27 1999
+++ ./sources/cmdpars.h Tue Aug 16 21:40:15 2005
@@ -3,7 +3,7 @@
#ifndef CMDPARS_H
#define CMDPARS_H
-#include <fstream.h>
+#include <fstream>
#include "dict.h"