diff --git a/include/bounce/common/time.h b/include/bounce/common/time.h index cf9b287..5db5a63 100644 --- a/include/bounce/common/time.h +++ b/include/bounce/common/time.h @@ -37,7 +37,7 @@ #if B3_PLATFORM == B3_WINDOWS -#include +#include // A timer class that accumulates time. // Usefull for measuring elapsed times between code sections.