tags 474818 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -urNad mkvtoolnix-2.0.2.orig/src/common/common.h 
mkvtoolnix-2.0.2/src/common/common.h
--- mkvtoolnix-2.0.2.orig/src/common/common.h   2008-04-10 02:24:53.000000000 
+0100
+++ mkvtoolnix-2.0.2/src/common/common.h        2008-04-10 02:25:03.000000000 
+0100
@@ -21,6 +21,7 @@
 #include <stdarg.h>
 
 #include <string>
+#include <cstring>
 #include <vector>
 
 #include "config.h"
diff -urNad mkvtoolnix-2.0.2.orig/src/common/common_memory.h 
mkvtoolnix-2.0.2/src/common/common_memory.h
--- mkvtoolnix-2.0.2.orig/src/common/common_memory.h    2008-04-10 
02:24:53.000000000 +0100
+++ mkvtoolnix-2.0.2/src/common/common_memory.h 2008-04-10 02:27:19.000000000 
+0100
@@ -19,6 +19,7 @@
 #include "os.h"
 
 #include <cassert>
+#include <cstdlib>
 
 #include <deque>
 #include <vector>
diff -urNad mkvtoolnix-2.0.2.orig/src/common/random.h 
mkvtoolnix-2.0.2/src/common/random.h
--- mkvtoolnix-2.0.2.orig/src/common/random.h   2008-04-10 02:24:53.000000000 
+0100
+++ mkvtoolnix-2.0.2/src/common/random.h        2008-04-10 02:26:42.000000000 
+0100
@@ -18,6 +18,8 @@
 
 #include "os.h"
 
+#include <memory> /* auto_ptr */
+
 #include "mm_io.h"
 #include "smart_pointers.h"
 
diff -urNad mkvtoolnix-2.0.2.orig/src/common/xml_element_writer.h 
mkvtoolnix-2.0.2/src/common/xml_element_writer.h
--- mkvtoolnix-2.0.2.orig/src/common/xml_element_writer.h       2008-04-10 
02:24:53.000000000 +0100
+++ mkvtoolnix-2.0.2/src/common/xml_element_writer.h    2008-04-10 
02:26:09.000000000 +0100
@@ -19,6 +19,7 @@
 #include "os.h"
 
 #include <expat.h>
+#include <memory> /* auto_ptr */
 
 #include "mm_io.h"
 #include "xml_element_parser.h"

Attachment: signature.asc
Description: PGP signature

Reply via email to