Skip to content

Commit b928f68

Browse files
author
Tor Didriksen
committed
Bug#29647543: CERTAIN ERROR MESSAGES WERE ADDED TO THE WRONG RANGES
Post-push fix: unbreak the build on Windows. Change-Id: I372c7a6f9d271842b23916657ba828111ce44fee
1 parent 47fe1c6 commit b928f68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utilities/range_check_err.cc

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@
8585
#include <iostream>
8686
#include <sstream>
8787

88+
#include "my_inttypes.h"
89+
8890
struct {
8991
const char *name; ///< MySQL error symbol ("ER_STARTUP")
9092
uint mysql_errno; ///< MySQL error code (consecutive within sections)

0 commit comments

Comments
 (0)