mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Add #include <my_config.h> at the start of every .cc file
This commit is contained in:
parent
a482f2221d
commit
7c3affdcc0
12 changed files with 24 additions and 1 deletions
|
|
@ -19,6 +19,8 @@
|
|||
#pragma implementation // gcc: Class implementation
|
||||
#endif
|
||||
|
||||
#include <my_config.h>
|
||||
|
||||
/* The C++ file's header */
|
||||
#include "./rdb_threads.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue