Navigation Menu

Skip to content

Commit

Permalink
mysql8.0: include field.h explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 29, 2018
1 parent 65d57d9 commit 9cad56d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/mrn_multiple_column_key_codec.cpp
@@ -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
Expand All @@ -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"

Expand Down

0 comments on commit 9cad56d

Please sign in to comment.