[Groonga-mysql-commit] mroonga/mroonga at bbaefc3 [master] Add a missing include for std::memcpy

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jul 7 07:57:10 JST 2018


Kouhei Sutou	2018-07-07 07:57:10 +0900 (Sat, 07 Jul 2018)

  New Revision: bbaefc3827fec562afa2bc5e9062acb3863891ed
  https://github.com/mroonga/mroonga/commit/bbaefc3827fec562afa2bc5e9062acb3863891ed

  Message:
    Add a missing include for std::memcpy

  Modified files:
    lib/mrn_path_mapper.cpp

  Modified: lib/mrn_path_mapper.cpp (+1 -0)
===================================================================
--- lib/mrn_path_mapper.cpp    2018-07-06 17:49:58 +0900 (3bb070bd)
+++ lib/mrn_path_mapper.cpp    2018-07-07 07:57:10 +0900 (a9028ae4)
@@ -24,6 +24,7 @@
 #include "mrn_path_mapper.hpp"
 
 #include <string.h>
+#include <cstring>
 
 namespace mrn {
   char *PathMapper::default_path_prefix = NULL;
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180707/7d655793/attachment.htm 



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