summaryrefslogtreecommitdiff
path: root/src/AS_DCP.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2006-10-05 21:38:23 +0000
committerjhurst <>2006-10-05 21:38:23 +0000
commitcaff906c8c3000c2c9e4a48d624439a4f0eced6b (patch)
treed4a9594d567ac5aaae611fc1eb4c0275a5e2dbf9 /src/AS_DCP.h
parent33e54d79badffc06cb5344a906e765c8bcffbbcf (diff)
sprintf considered harmful...
Diffstat (limited to 'src/AS_DCP.h')
-rwxr-xr-xsrc/AS_DCP.h3
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