[Groonga-commit] groonga/grnxx at 7ab451a [master] Add missing #includes.

Back to archive index

susumu.yata null+****@clear*****
Thu May 16 20:59:37 JST 2013


susumu.yata	2013-05-16 20:59:37 +0900 (Thu, 16 May 2013)

  New Revision: 7ab451a8b5b7793bbf08a916f1bb602849574470
  https://github.com/groonga/grnxx/commit/7ab451a8b5b7793bbf08a916f1bb602849574470

  Message:
    Add missing #includes.

  Modified files:
    test/test_array.cpp
    test/test_thread.cpp

  Modified: test/test_array.cpp (+1 -0)
===================================================================
--- test/test_array.cpp    2013-05-16 20:57:01 +0900 (efaec4a)
+++ test/test_array.cpp    2013-05-16 20:59:37 +0900 (9038969)
@@ -16,6 +16,7 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 #include <cassert>
+#include <memory>
 
 #include "grnxx/array.hpp"
 #include "grnxx/logger.hpp"

  Modified: test/test_thread.cpp (+1 -0)
===================================================================
--- test/test_thread.cpp    2013-05-16 20:57:01 +0900 (25df4d5)
+++ test/test_thread.cpp    2013-05-16 20:59:37 +0900 (ecb0752)
@@ -16,6 +16,7 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 #include <cassert>
+#include <memory>
 
 #include "grnxx/lock.hpp"
 #include "grnxx/logger.hpp"
-------------- next part --------------
HTML����������������������������...
Download 



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