[Groonga-mysql-commit] mroonga/mroonga at 9cad56d [master] mysql8.0: include field.h explicitly

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 29 15:36:44 JST 2018


Kouhei Sutou	2018-04-29 15:36:44 +0900 (Sun, 29 Apr 2018)

  New Revision: 9cad56dfadce2bfe1d7aa4f039846ae1964c5d0e
  https://github.com/mroonga/mroonga/commit/9cad56dfadce2bfe1d7aa4f039846ae1964c5d0e

  Message:
    mysql8.0: include field.h explicitly

  Modified files:
    lib/mrn_multiple_column_key_codec.cpp

  Modified: lib/mrn_multiple_column_key_codec.cpp (+3 -1)
===================================================================
--- lib/mrn_multiple_column_key_codec.cpp    2018-04-29 15:35:41 +0900 (e49e1a6f)
+++ lib/mrn_multiple_column_key_codec.cpp    2018-04-29 15:36:44 +0900 (b4c95901)
@@ -1,6 +1,6 @@
 /* -*- c-basic-offset: 2 -*- */
 /*
-  Copyright(C) 2012-2017 Kouhei Sutou <kou �� clear-code.com>
+  Copyright(C) 2012-2018 Kouhei Sutou <kou �� clear-code.com>
   Copyright(C) 2013 Kentoku SHIBA
 
   This library is free software; you can redistribute it and/or
@@ -26,6 +26,8 @@
 #include "mrn_time_converter.hpp"
 #include "mrn_value_decoder.hpp"
 
+#include <field.h>
+
 // for debug
 #define MRN_CLASS_NAME "mrn::MultipleColumnKeyCodec"
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180429/9bb5cce6/attachment-0001.htm 



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