diff options
Diffstat (limited to 'src/utils/timer.cpp')
-rw-r--r-- | src/utils/timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/timer.cpp b/src/utils/timer.cpp index 01fd7636..8dec7066 100644 --- a/src/utils/timer.cpp +++ b/src/utils/timer.cpp @@ -15,7 +15,7 @@ * limitations under the License. */ -#include "timer.hpp" +#include "utils/timer.hpp" long long int systemTimeMs() { |