null+****@clear*****
null+****@clear*****
2012年 3月 4日 (日) 18:49:53 JST
Kouhei Sutou 2012-03-04 18:49:53 +0900 (Sun, 04 Mar 2012)
New Revision: 195a3fd25ed261c1f8556b76eb07aee02560849e
Log:
Include stddef.h for size_t
Modified files:
lib/dat/dat.hpp
Modified: lib/dat/dat.hpp (+1 -0)
===================================================================
--- lib/dat/dat.hpp 2012-03-04 18:39:28 +0900 (705223b)
+++ lib/dat/dat.hpp 2012-03-04 18:49:53 +0900 (9a37656)
@@ -19,6 +19,7 @@
#define GRN_DAT_COMMON_HPP_
#ifndef _MSC_VER
+ #include <stddef.h>
#include <stdint.h>
#endif // _MSC_VER