diff options
| author | jhurst <jhurst@cinecert.com> | 2006-10-05 21:38:23 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-10-05 21:38:23 +0000 |
| commit | caff906c8c3000c2c9e4a48d624439a4f0eced6b (patch) | |
| tree | d4a9594d567ac5aaae611fc1eb4c0275a5e2dbf9 /src/AS_DCP.h | |
| parent | 33e54d79badffc06cb5344a906e765c8bcffbbcf (diff) | |
sprintf considered harmful...
Diffstat (limited to 'src/AS_DCP.h')
| -rwxr-xr-x | src/AS_DCP.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h index 54f3bec..7505666 100755 --- a/src/AS_DCP.h +++ b/src/AS_DCP.h @@ -78,8 +78,9 @@ This project depends upon the following library: #include <KM_error.h> #include <stdio.h> #include <stdarg.h> -#include <iostream> #include <math.h> +#include <iostream> +#include <string> //-------------------------------------------------------------------------------- // common integer types |
