mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
14 lines
221 B
C++
14 lines
221 B
C++
#include "ace/config-all.h"
|
|
|
|
|
|
|
|
#if defined (ACE_COMPILE_TIMEPROBES)
|
|
|
|
#include "ace/Timeprobe.h"
|
|
|
|
#if !defined (__ACE_INLINE__)
|
|
#include "ace/Timeprobe.inl"
|
|
#endif /* __ACE_INLINE__ */
|
|
|
|
#endif /* ACE_COMPILE_TIMEPROBES */
|