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

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 29 15:37:51 JST 2018


Kouhei Sutou	2018-04-29 15:37:51 +0900 (Sun, 29 Apr 2018)

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

  Message:
    mysql8.0: include field.h explicitly

  Modified files:
    lib/mrn_field_normalizer.cpp

  Modified: lib/mrn_field_normalizer.cpp (+3 -1)
===================================================================
--- lib/mrn_field_normalizer.cpp    2018-04-29 15:37:21 +0900 (d5b0b3ff)
+++ lib/mrn_field_normalizer.cpp    2018-04-29 15:37:51 +0900 (4d681ad5)
@@ -1,6 +1,6 @@
 /* -*- c-basic-offset: 2 -*- */
 /*
-  Copyright(C) 2013  Kouhei Sutou <kou �� clear-code.com>
+  Copyright(C) 2013-2018  Kouhei Sutou <kou �� clear-code.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -20,6 +20,8 @@
 #include "mrn_field_normalizer.hpp"
 #include "mrn_encoding.hpp"
 
+#include <field.h>
+
 // for debug
 #define MRN_CLASS_NAME "mrn::FieldNormalizer"
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180429/83c09d30/attachment.htm 



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