cpp-0.3.7

This commit is contained in:
frsyuki 2009-08-19 17:36:05 +09:00
parent b2381d0513
commit 387eca6fbf
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
AC_INIT(msgpack/unpack_template.h)
AC_CONFIG_AUX_DIR(ac)
AM_INIT_AUTOMAKE(msgpack, 0.3.6)
AM_INIT_AUTOMAKE(msgpack, 0.3.7)
AC_CONFIG_HEADER(config.h)
AC_SUBST(CFLAGS)

View File

@ -16,7 +16,6 @@
// limitations under the License.
//
#include "msgpack/object.hpp"
#include <string.h>
namespace msgpack {