ports/devel/picprog/files/patch-hexfile.h
Edwin Groothuis a59bb3d05b While we're at it, just upgrade to version 1.1 too.
Informed the author about the missing gcc 3.2.1 complaints.
2002-11-19 01:59:27 +00:00

15 lines
306 B
C++

--- hexfile.h.orig Tue Nov 19 12:49:44 2002
+++ hexfile.h Tue Nov 19 12:50:20 2002
@@ -43,10 +43,11 @@
#ifndef H_HEXFILE
#define H_HEXFILE
-#include <fstream.h>
+#include <fstream>
#include "picport.h"
+using namespace std;
class hexfile {
static const int size = 0x4000;
short pgm [size];