summaryrefslogtreecommitdiff
path: root/samples/source/XMPCoreCoverage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samples/source/XMPCoreCoverage.cpp')
-rw-r--r--samples/source/XMPCoreCoverage.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/samples/source/XMPCoreCoverage.cpp b/samples/source/XMPCoreCoverage.cpp
index 669600e..fd1e65a 100644
--- a/samples/source/XMPCoreCoverage.cpp
+++ b/samples/source/XMPCoreCoverage.cpp
@@ -10,16 +10,17 @@
* Demonstrates syntax and usage by exercising most of the API functions of XMPCore Toolkit SDK component,
* using a sample XMP Packet that contains all of the different property and attribute types.
*/
+#include <cstdio>
+#include <vector>
#include <string>
+#include <cstring>
#include <iostream>
#include <iomanip>
#include <fstream>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <time.h>
+#include <cstdlib>
+#include <cerrno>
+#include <ctime>
#define TXMP_STRING_TYPE std::string