diff options
Diffstat (limited to 'samples/source/ReadingXMP.cpp')
-rw-r--r-- | samples/source/ReadingXMP.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/source/ReadingXMP.cpp b/samples/source/ReadingXMP.cpp index 1f4daa8..bfcf56c 100644 --- a/samples/source/ReadingXMP.cpp +++ b/samples/source/ReadingXMP.cpp @@ -12,7 +12,10 @@ * and examining it through the XMP object. */ +#include <cstdio> +#include <vector> #include <string> +#include <cstring> // Must be defined to instantiate template classes #define TXMP_STRING_TYPE std::string |