blob: 89e33f58db4bf1d75821e028778cfbafd59e4c5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
diff -aur mplex.old/inputstrm.cpp mplex/inputstrm.cpp
--- mplex.old/inputstrm.cpp 2004-03-08 23:10:53.000000000 +0100
+++ mplex/inputstrm.cpp 2008-07-07 23:28:19.000000000 +0200
@@ -23,6 +23,7 @@
#include "config.h"
#include <assert.h>
+#include <climits>
#include "mjpeg_types.h"
#include "fastintfns.h"
diff -aur mplex.old/multiplexor.cpp mplex/multiplexor.cpp
--- mplex.old/multiplexor.cpp 2004-03-08 23:10:53.000000000 +0100
+++ mplex/multiplexor.cpp 2008-07-07 23:28:19.000000000 +0200
@@ -22,6 +22,7 @@
#include "config.h"
#include <math.h>
#include <stdlib.h>
+#include <cstring>
#include "mjpeg_types.h"
#include "mjpeg_logging.h"
diff -aur mplex.old/padstrm.cpp mplex/padstrm.cpp
--- mplex.old/padstrm.cpp 2004-03-08 23:10:53.000000000 +0100
+++ mplex/padstrm.cpp 2008-07-07 23:28:19.000000000 +0200
@@ -25,6 +25,7 @@
#endif
#include "padstrm.hpp"
+#include <cstring>
diff -aur mplex.old/zalphastrm_in.cpp mplex/zalphastrm_in.cpp
--- mplex.old/zalphastrm_in.cpp 2004-03-08 23:10:53.000000000 +0100
+++ mplex/zalphastrm_in.cpp 2008-07-07 23:28:19.000000000 +0200
@@ -23,6 +23,7 @@
#include "config.h"
#include <math.h>
#include <stdlib.h>
+#include <cstring>
#include "zalphastrm.hpp"
#include "interact.hpp"
|