summaryrefslogtreecommitdiff
path: root/security/steghide/files/patch-src-jpegfile.cc
blob: 8c35e8b69384583a43c499a93643a379a759282e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/jpegfile.cc.orig	Tue May 14 07:48:06 2002
+++ src/jpegfile.cc	Wed Aug 13 10:22:19 2003
@@ -19,6 +19,9 @@
  */
 
 #include <iostream>
+#include <vector>
+#include <string>
+#include <assert.h>
 
 #include "cvrstgfile.h"
 #include "jpegbase.h"