Navigation Menu

Skip to content

Commit

Permalink
mysql: include handler.h explicitly
Browse files Browse the repository at this point in the history
Newer MySQL doesn't include it implicitly.
  • Loading branch information
kou committed Apr 29, 2018
1 parent 5d2fc5b commit 530d048
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ha_mroonga.cpp
Expand Up @@ -42,6 +42,8 @@
# include <sql_optimizer.h>
#endif

#include <handler.h>

#include <ft_global.h>
#include <spatial.h>
#include <mysql.h>
Expand Down

0 comments on commit 530d048

Please sign in to comment.