diff --git a/src/libCom/timer/osiTimer.h b/src/libCom/timer/osiTimer.h index 991b44ed4..f4bf381a5 100644 --- a/src/libCom/timer/osiTimer.h +++ b/src/libCom/timer/osiTimer.h @@ -32,14 +32,15 @@ #define osiTimerHInclude #include "shareLib.h" /* reset share lib defines */ -#include "osiTime.h" #include "osiThread.h" -#include "osiMutex.h" -#include "osiEvent.h" +#include "tsStamp.h" #ifdef __cplusplus +#include "osiTime.h" #include "tsDLList.h" +#include "osiMutex.h" +#include "osiEvent.h" class osiTimerQueue; class managerThread;