[Groonga-commit] groonga/grnxx at 3717f66 [master] Add missing headers (#include <limits> and #include <memory>).

Back to archive index

susumu.yata null+****@clear*****
Wed Aug 14 23:49:13 JST 2013


susumu.yata	2013-08-14 23:49:13 +0900 (Wed, 14 Aug 2013)

  New Revision: 3717f6673d2abda6ab84b1d9330c68acba4fd55e
  https://github.com/groonga/grnxx/commit/3717f6673d2abda6ab84b1d9330c68acba4fd55e

  Message:
    Add missing headers (#include <limits> and #include <memory>).

  Modified files:
    lib/grnxx/storage.hpp
    lib/grnxx/storage/chunk-windows.cpp
    lib/grnxx/thread.cpp

  Modified: lib/grnxx/storage.hpp (+2 -0)
===================================================================
--- lib/grnxx/storage.hpp    2013-08-14 23:11:53 +0900 (03e0499)
+++ lib/grnxx/storage.hpp    2013-08-14 23:49:13 +0900 (1efdca9)
@@ -20,6 +20,8 @@
 
 #include "grnxx/features.hpp"
 
+#include <limits>
+
 #include "grnxx/duration.hpp"
 #include "grnxx/flags_impl.hpp"
 #include "grnxx/time.hpp"

  Modified: lib/grnxx/storage/chunk-windows.cpp (+2 -0)
===================================================================
--- lib/grnxx/storage/chunk-windows.cpp    2013-08-14 23:11:53 +0900 (b05f028)
+++ lib/grnxx/storage/chunk-windows.cpp    2013-08-14 23:49:13 +0900 (8e912f9)
@@ -19,6 +19,8 @@
 
 #ifdef GRNXX_WINDOWS
 
+#include <limits>
+#include <memory>
 #include <new>
 
 #include "grnxx/errno.hpp"

  Modified: lib/grnxx/thread.cpp (+1 -0)
===================================================================
--- lib/grnxx/thread.cpp    2013-08-14 23:11:53 +0900 (b321d6c)
+++ lib/grnxx/thread.cpp    2013-08-14 23:49:13 +0900 (b8f2ec3)
@@ -36,6 +36,7 @@
 # include <cerrno>
 #endif  // GRNXX_WINDOWS
 
+#include <limits>
 #include <memory>
 #include <new>
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index