summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2008-09-19 18:16:28 +0000
committermsheby <>2008-09-19 18:16:28 +0000
commit94c656e78912129e3cc1afbb991fe4a2ecf8fdde (patch)
tree9e3265b5d6a6d9549a640e7f26713098ec407a1d /src
parent16c33b45f493dc07a64a51473df3b405551385a8 (diff)
Strict C++ compliance.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/AS_DCP.h1
-rwxr-xr-xsrc/KM_memio.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h
index b49746b..e1cc261 100755
--- a/src/AS_DCP.h
+++ b/src/AS_DCP.h
@@ -92,6 +92,7 @@ This project depends upon the following libraries:
#include <math.h>
#include <iosfwd>
#include <string>
+#include <cstring>
#include <list>
//--------------------------------------------------------------------------------
diff --git a/src/KM_memio.h b/src/KM_memio.h
index 5f7fbb7..7ab7267 100755
--- a/src/KM_memio.h
+++ b/src/KM_memio.h
@@ -34,6 +34,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <KM_platform.h>
#include <string>
+#include <cstring>
namespace Kumu
{