mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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:
@ -23,6 +23,8 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <my_global.h>
|
||||
|
||||
#ifdef USE_PRAGMA_IMPLEMENTATION
|
||||
#pragma implementation // gcc: Class implementation
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user