1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

fix build on -stable

PR:		43295
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2002-09-28 14:06:37 +00:00
parent e3b3d5fa78
commit 769e50a617
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67188
2 changed files with 11 additions and 9 deletions

View File

@ -1,10 +1,11 @@
--- src/jpegfile.cc.orig Thu Sep 26 20:50:05 2002
+++ src/jpegfile.cc Thu Sep 26 20:50:33 2002
@@ -19,6 +19,7 @@
--- src/jpegfile.cc.orig Tue May 14 07:48:06 2002
+++ src/jpegfile.cc Mon Sep 23 18:37:37 2002
@@ -19,6 +19,8 @@
*/
#include <iostream>
+#include <vector>
+#include <string>
#include "cvrstgfile.h"
#include "jpegbase.h"

View File

@ -1,10 +1,11 @@
--- src/jpeghufftable.cc.orig Thu Sep 26 21:02:04 2002
+++ src/jpeghufftable.cc Thu Sep 26 21:22:37 2002
@@ -22,13 +22,14 @@
--- src/jpeghufftable.cc.orig Tue May 14 07:48:06 2002
+++ src/jpeghufftable.cc Mon Sep 23 18:39:13 2002
@@ -22,13 +22,15 @@
#include <limits.h>
#include <iostream>
+#include <vector>
+#include <string>
#include "error.h"
#include "binaryio.h"
@ -16,7 +17,7 @@
: JpegSegment (JpegElement::MarkerDHT)
{
tableclass = 0xFF ;
@@ -36,7 +37,7 @@
@@ -36,7 +38,7 @@
lengthremaining = lr ;
}
@ -25,7 +26,7 @@
: JpegSegment (JpegElement::MarkerDHT)
{
tableclass = 0xFF ;
@@ -81,7 +82,7 @@
@@ -81,7 +83,7 @@
return tabledestid ;
}
@ -34,7 +35,7 @@
{
assert (b.size() == 16) ;
@@ -236,7 +237,7 @@
@@ -236,7 +238,7 @@
for (unsigned int l = 1 ; l <= Len_bits ; l++) {
io->write8 ((unsigned char) getBits(l)) ;
}