1--- src/command/command.h.orig 2014-08-05 20:09:07.000000000 +0900 2+++ src/command/command.h 2014-08-05 20:09:21.000000000 +0900 3@@ -17,6 +17,7 @@ 4 /// @ingroup command 5 6 #include <map> 7+#include <memory> 8 #include <string> 9 #include <vector> 10 11 12