Skip to content

Commit 903a657

Browse files
committed
Bug#25811461: MYSQL SERVER WITH NDB FAILS TO BUILD ON WINDOWS
Add missing #include of my_inttypes.h to get uint definition on Windows.
1 parent 113a000 commit 903a657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/ndb_repl_tab.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <assert.h>
2222

23+
#include "my_inttypes.h"
2324
#include "mysql_com.h" /* NAME_CHAR_LEN */
2425
#include "ndbapi/NdbApi.hpp"
2526

0 commit comments

Comments
 (0)