diff options
Diffstat (limited to 'cpp/test.cpp')
-rw-r--r-- | cpp/test.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/test.cpp b/cpp/test.cpp index e236d0f..7c91fbd 100644 --- a/cpp/test.cpp +++ b/cpp/test.cpp @@ -1,7 +1,8 @@ #include <iostream> #include <string> -#include <msgpack/unpack.hpp> -#include <msgpack/pack.hpp> +//#include <msgpack/unpack.hpp> +//#include <msgpack/pack.hpp> +#include <msgpack.hpp> #include <sstream> #include <boost/scoped_ptr.hpp> |