Strict C++ compliance.
authormsheby <msheby@cinecert.com>
Fri, 19 Sep 2008 18:16:28 +0000 (18:16 +0000)
committermsheby <>
Fri, 19 Sep 2008 18:16:28 +0000 (18:16 +0000)
src/AS_DCP.h
src/KM_memio.h

index b49746b9c9fc589b46537d9dbe01f8c9bfd8358d..e1cc2614f8e09a946980c1ae1500884090074bef 100755 (executable)
@@ -92,6 +92,7 @@ This project depends upon the following libraries:
 #include <math.h>
 #include <iosfwd>
 #include <string>
+#include <cstring>
 #include <list>
 
 //--------------------------------------------------------------------------------
index 5f7fbb7db1402fa5c7f137cd6f5c5a85c29e71ab..7ab7267e4065864af4a92ade18ec920b2d5c924d 100755 (executable)
@@ -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
 {