mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
tztime.cc:
Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
This commit is contained in:
@ -22,6 +22,8 @@
|
||||
**
|
||||
*****************************************************************************/
|
||||
|
||||
#include <my_global.h>
|
||||
|
||||
#ifdef USE_PRAGMA_IMPLEMENTATION
|
||||
#pragma implementation // gcc: Class implementation
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user