diff options
Diffstat (limited to 'src/d/d_lib.cpp')
| -rw-r--r-- | src/d/d_lib.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/d/d_lib.cpp b/src/d/d_lib.cpp index cdfff33fd7..ec7e54264b 100644 --- a/src/d/d_lib.cpp +++ b/src/d/d_lib.cpp @@ -3,6 +3,8 @@ * Utility Functions */ +#include "d/dolzel.h" + #include "d/d_lib.h" #include "d/d_event.h" #include "d/d_stage.h" @@ -306,4 +308,4 @@ void dLib_time_c::startTime() { m_diffTime += OSGetTime() - m_stopTime; m_timeStopped = false; } -}
\ No newline at end of file +} |
