[Groonga-commit] groonga/groonga at c23a44c [support-arrow] Fix build error without Apache Arrow

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Mon May 15 11:57:40 JST 2017


Kouhei Sutou	2017-05-15 11:57:40 +0900 (Mon, 15 May 2017)

  New Revision: c23a44ceece789a3e95ef08574ca4555c5e556aa
  https://github.com/groonga/groonga/commit/c23a44ceece789a3e95ef08574ca4555c5e556aa

  Message:
    Fix build error without Apache Arrow

  Modified files:
    lib/arrow.cpp

  Modified: lib/arrow.cpp (+1 -2)
===================================================================
--- lib/arrow.cpp    2017-05-15 11:35:16 +0900 (cbefa18)
+++ lib/arrow.cpp    2017-05-15 11:57:40 +0900 (ec3d35a)
@@ -17,10 +17,9 @@
 */
 
 #include "grn.h"
-
-#ifdef GRN_WITH_ARROW
 #include "grn_db.h"
 
+#ifdef GRN_WITH_ARROW
 #include <groonga/arrow.hpp>
 
 #include <arrow/api.h>
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index