summaryrefslogtreecommitdiffstats
path: root/devel/picprog/files/patch-hexfile.h
blob: 6a825944f086f9d4ab5f7059972f96900a2959f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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];
OpenPOWER on IntegriCloud