summaryrefslogtreecommitdiff
path: root/samples/source/xmpcommand/XMPCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samples/source/xmpcommand/XMPCommand.cpp')
-rw-r--r--samples/source/xmpcommand/XMPCommand.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/samples/source/xmpcommand/XMPCommand.cpp b/samples/source/xmpcommand/XMPCommand.cpp
index f6fc574..670fc1b 100644
--- a/samples/source/xmpcommand/XMPCommand.cpp
+++ b/samples/source/xmpcommand/XMPCommand.cpp
@@ -16,8 +16,10 @@
#include <stdexcept>
#include <iostream>
-#include <string>
+#include <cstdio>
#include <vector>
+#include <string>
+#include <cstring>
#include <sstream>
#include "samples/source/common/globals.h"