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 4ecfe4f commit b3745bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/mrn_field_normalizer.cpp
@@ -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
Expand All @@ -20,6 +20,8 @@
#include "mrn_field_normalizer.hpp"
#include "mrn_encoding.hpp"

#include <field.h>

// for debug
#define MRN_CLASS_NAME "mrn::FieldNormalizer"

Expand Down

0 comments on commit b3745bd

Please sign in to comment.