mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00: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 */
|