summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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
{