diff options
| author | msheby <msheby@cinecert.com> | 2008-09-19 18:16:28 +0000 |
|---|---|---|
| committer | msheby <> | 2008-09-19 18:16:28 +0000 |
| commit | 94c656e78912129e3cc1afbb991fe4a2ecf8fdde (patch) | |
| tree | 9e3265b5d6a6d9549a640e7f26713098ec407a1d /src | |
| parent | 16c33b45f493dc07a64a51473df3b405551385a8 (diff) | |
Strict C++ compliance.
Diffstat (limited to 'src')
| -rwxr-xr-x | src/AS_DCP.h | 1 | ||||
| -rwxr-xr-x | src/KM_memio.h | 1 |
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 { |
