freebsd-ports/security/steghide/files/patch-src-jpegframehder.cc
David W. Chapman Jr. 22b385e041 Make compile on -current
PR:		42011
Submitted by:	maintainer
2002-09-01 17:35:49 +00:00

11 lines
240 B
C++

--- src/jpegframehdr.cc.orig Thu Sep 26 23:07:32 2002
+++ src/jpegframehdr.cc Thu Sep 26 23:09:26 2002
@@ -19,6 +19,8 @@
*/
#include <assert.h>
+#include <string>
+#include <vector>
#include "jpegbase.h"
#include "jpegframehdr.h"